Import selection/ from web-platform-tests |
|||||||
Issue descriptionWe should import editing/ and selection/. Note: I reverted my first try https://codereview.chromium.org/2633073002/ . I found multiple problems. * editing/run/*-expected.txt contains elapsed times to complete. It must be a bug of our testharnessreport.js. * Some of *-expected.txt are too large to upload to Rietveld. * selection/addRange.html is too slow even with [Slow] specifier.
,
Jan 18 2017
The first one: https://codereview.chromium.org/2639113002
,
Jan 18 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/28efa3f1874a4f8cee744f7a1f00e6127b0b600b commit 28efa3f1874a4f8cee744f7a1f00e6127b0b600b Author: tkent <tkent@chromium.org> Date: Wed Jan 18 09:35:56 2017 testharnessreport: Remove isCSSWGTest() and isJSTest(). Some tests remove <script> from a document, and isJSTest() returned false for testharness-based tests unexpectedly. Only testharness-based tests use testharnessreport.js, so we don't need these runtime checks. BUG= 681764 Review-Url: https://codereview.chromium.org/2639113002 Cr-Commit-Position: refs/heads/master@{#444314} [delete] https://crrev.com/3666a6adbabb30d6d4f2fc53ebf7817b22ad0f26/third_party/WebKit/LayoutTests/external/wpt/html/dom/dynamic-markup-insertion/document-write/047-expected.txt [delete] https://crrev.com/3666a6adbabb30d6d4f2fc53ebf7817b22ad0f26/third_party/WebKit/LayoutTests/external/wpt/html/dom/dynamic-markup-insertion/document-write/048-expected.txt [modify] https://crrev.com/28efa3f1874a4f8cee744f7a1f00e6127b0b600b/third_party/WebKit/LayoutTests/external/wpt/resources/testharnessreport.js [modify] https://crrev.com/28efa3f1874a4f8cee744f7a1f00e6127b0b600b/third_party/WebKit/LayoutTests/resources/testharnessreport.js
,
Jan 19 2017
The `selection' part of the second one: https://github.com/w3c/web-platform-tests/pull/4561 I wonder if we should do it for `editing' now.
,
Jan 19 2017
Let's focus on 'selection' for now.
,
Jan 19 2017
,
Jan 19 2017
,
Jan 19 2017
,
Jan 19 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/be7daa6e0d32f26ef8928278e5f54f110ba4805c commit be7daa6e0d32f26ef8928278e5f54f110ba4805c Author: tkent <tkent@chromium.org> Date: Thu Jan 19 07:50:00 2017 Request to import selection tests from web-platform-tests BUG= 681764 NOTRY=true TBR=kochi@chromium.org Review-Url: https://codereview.chromium.org/2636393005 Cr-Commit-Position: refs/heads/master@{#444677} [modify] https://crrev.com/be7daa6e0d32f26ef8928278e5f54f110ba4805c/third_party/WebKit/LayoutTests/W3CImportExpectations
,
Jan 23 2017
https://chromium.googlesource.com/chromium/src/+/ebb852019bedf0c61f2c7da67574668b84ee5efc imported wpt/selection/.
,
Jan 23 2017
|
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 by tkent@chromium.org
, Jan 18 2017