Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Issue 1899623002: Import latest web-platform-tests (Closed)

Created:
4 years, 8 months ago by kochi
Modified:
4 years, 8 months ago
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-style_chromium.org, blink-reviews-w3ctests_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, Eric Willigers, extensions-reviews_chromium.org, jshin+watch_chromium.org, rjwright, shans, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Import web-platform-tests@2bd72173f4580563f51eaadd6c430465be4183be Using update-w3c-deps in Blink 367b26a9cdb1389d3e16c30527742f7cd33ef74d. This intends to include the massive cleanups in shadow-dom/untriaged directory that were made recently. - W3CImportExpectations changes - Exclude new dirs (generic-sensor, compat) - Exclude unsupported tests/scripts (for the same reason as those removed in https://codereview.chromium.org/1872233002, requiring running python script from wptserve) - TestExpectations changes - Removed web-animations/animation-node/idlharness.html entry (removed in upstream) - Removed mediacapture-streams/MediaDevices-getUserMedia.html (now passes the test) - Added html/rendering/replaced-elements/embedded-content-rendering-rules/canvas-fallback.html (new) BUG=490511, 505364, 600261 Committed: https://crrev.com/abf5e76789c4fd14f617d1cc04ddf3ee860dae41 Cr-Commit-Position: refs/heads/master@{#387861}

Patch Set 1 #

Patch Set 2 : fix external-script-windows1250.js #

Patch Set 3 : remove unused js files that uses non-utf8 encoding #

Patch Set 4 : Update W3CImportExpectations, update expectations for web-animatinos #

Patch Set 5 : handle new failures #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4376 lines, -9906 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 6 chunks +6 lines, -23 lines 0 comments Download
M third_party/WebKit/LayoutTests/W3CImportExpectations View 1 2 3 4 3 chunks +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/collections/HTMLCollection-as-proto-length-get-throws.html View 1 chunk +13 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/events/Event-constructors.html View 1 chunk +2 lines, -11 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/events/Event-constructors-expected.txt View 1 2 3 4 1 chunk +0 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces.html View 20 chunks +135 lines, -48 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt View 1 2 3 4 26 chunks +422 lines, -389 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-Element-getElementsByTagName.js View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createEvent.html View 6 chunks +18 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createEvent-expected.txt View 1 2 3 4 1 chunk +89 lines, -69 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-getElementsByTagName-expected.txt View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-getElementsByTagName-xhtml.xhtml View 1 chunk +5 lines, -3 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-getElementsByTagName-xhtml-expected.txt View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Element-classlist.html View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Element-classlist-expected.txt View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Element-getElementsByTagName-expected.txt View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Element-insertAdjacentElement.html View 1 chunk +91 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Element-insertAdjacentElement-expected.txt View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Element-insertAdjacentText.html View 1 chunk +76 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Element-insertAdjacentText-expected.txt View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/case.js View 2 chunks +9 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/case-expected.txt View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/remove-unscopable.html View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/remove-unscopable-expected.txt View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/api-basics.html View 2 chunks +15 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/api-invalid-label.html View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/api-replacement-encodings.html View 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/idlharness.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/textdecoder-streaming.html View 1 chunk +13 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/textencoder-constructor-non-utf.html View 1 chunk +7 lines, -11 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/textencoder-constructor-non-utf-expected.txt View 1 2 3 4 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/the-hr-element-0/align.html View 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/the-hr-element-0/align-expected.html View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/embedded-content-rendering-rules/canvas-fallback.html View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/embedded-content-rendering-rules/canvas-fallback-expected.html View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/svg-inline-sizing/svg-inline.js View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/html/resources/common.js View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-legend-element/legend-form.html View 1 chunk +12 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/links/linktypes/alternate.css View 1 chunk +0 lines, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/links/linktypes/alternate-css.html View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/links/linktypes/alternate-css-expected.html View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/links/linktypes/alternate-css-ref.html View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/links/linktypes/alternate-css-ref-expected.html View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/links/linktypes/preferred.css View 1 chunk +3 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-script-element/external-script-utf8.js View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-script-element/external-script-windows1250.js View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-script-element/serve-with-content-type.py View 1 2 1 chunk +0 lines, -15 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/default.html View 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/inrange-outofrange.html View 2 chunks +65 lines, -8 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/inrange-outofrange-expected.txt View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/resources/shadow-dom-utils.js View 1 chunk +154 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/attributes/test-001.html View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/attributes/test-005.html View 1 chunk +0 lines, -43 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/attributes/test-006.html View 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/elements-001.html View 1 chunk +0 lines, -61 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/non-element-nodes-001.html View 1 chunk +0 lines, -104 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-001.html View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-002.html View 2 chunks +7 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-003.html View 1 chunk +0 lines, -55 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-event-interface/event-path-001.html View 1 chunk +13 lines, -12 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-event-interface/event-path-002.html View 1 chunk +0 lines, -46 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/activeElement-confirm-return-null.html View 3 chunks +22 lines, -21 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-007.html View 1 chunk +15 lines, -14 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-009.html View 1 chunk +10 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-010.html View 1 chunk +26 lines, -25 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-011.html View 2 chunks +14 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-012.html View 1 chunk +7 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-013.html View 1 chunk +7 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-014.html View 1 chunk +0 lines, -48 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-001.html View 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-004.html View 1 chunk +14 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-006.html View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-007.html View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-010.html View 1 chunk +16 lines, -15 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/the-content-html-element/test-001.html View 1 chunk +0 lines, -81 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/the-content-html-element/test-002.html View 1 chunk +0 lines, -97 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/the-content-html-element/test-003.html View 1 chunk +0 lines, -129 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/the-content-html-element/test-005.html View 1 chunk +0 lines, -93 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/the-content-html-element/test-006.html View 1 chunk +0 lines, -93 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/the-shadow-html-element/test-001.html View 1 chunk +0 lines, -65 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/the-shadow-html-element/test-002.html View 1 chunk +0 lines, -50 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/the-shadow-html-element/test-004.html View 1 chunk +0 lines, -106 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/event-dispatch/test-001.html View 8 chunks +60 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/event-dispatch/test-002.html View 2 chunks +7 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/event-dispatch/test-003.html View 4 chunks +15 lines, -14 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/event-retargeting/test-001.html View 3 chunks +25 lines, -25 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/event-retargeting/test-002.html View 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/event-retargeting/test-003.html View 2 chunks +16 lines, -15 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/event-retargeting/test-004.html View 25 chunks +75 lines, -74 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-001.html View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-002.html View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-003.html View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-004.html View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-005.html View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-006.html View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-007.html View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-008.html View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-009.html View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/retargeting-focus-events/test-001.html View 10 chunks +117 lines, -116 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/retargeting-focus-events/test-002.html View 2 chunks +7 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/retargeting-focus-events/test-003.html View 2 chunks +7 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-001.html View 3 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-002.html View 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-003.html View 2 chunks +9 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/events/test-001.html View 2 chunks +19 lines, -19 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/html-elements-and-their-shadow-trees/test-001.html View 1 chunk +0 lines, -231 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/html-elements-and-their-shadow-trees/test-002.html View 1 chunk +0 lines, -81 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/html-elements-and-their-shadow-trees/test-003.html View 1 chunk +0 lines, -72 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/html-elements-and-their-shadow-trees/test-004.html View 1 chunk +0 lines, -47 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-001.html View 4 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-002.html View 5 chunks +14 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-003.html View 3 chunks +20 lines, -21 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/html-elements-in-shadow-trees/inert-html-elements/test-001.html View 3 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/html-elements-in-shadow-trees/inert-html-elements/test-002.html View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/resources/bobs_page.html View 1 chunk +29 lines, -29 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/composition/test-001.html View 1 chunk +0 lines, -163 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/content-pseudo-element/test-001.html View 1 chunk +0 lines, -76 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/content-pseudo-element/test-002.html View 1 chunk +0 lines, -66 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/custom-pseudo-elements/test-001.html View 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/lower-boundary-encapsulation/distribution-001.html View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/lower-boundary-encapsulation/distribution-001-expected.html View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/lower-boundary-encapsulation/distribution-002.html View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/lower-boundary-encapsulation/distribution-002-expected.html View 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/lower-boundary-encapsulation/distribution-003.html View 1 chunk +0 lines, -74 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/lower-boundary-encapsulation/test-003.html View 1 chunk +0 lines, -130 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/lower-boundary-encapsulation/test-004.html View 1 chunk +0 lines, -102 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/lower-boundary-encapsulation/test-005.html View 1 chunk +0 lines, -66 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/nested-shadow-trees/nested_tree_reftest.html View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/nested-shadow-trees/nested_tree_reftest-expected.html View 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/nested-shadow-trees/test-001.html View 1 chunk +0 lines, -98 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/rendering-shadow-trees/test-001.html View 1 chunk +0 lines, -255 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/reprojection/reprojection-001.html View 2 chunks +5 lines, -5 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/reprojection/reprojection-002.html View 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/reprojection/reprojection-002-expected.html View 1 chunk +0 lines, -30 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/reprojection/test-001.html View 1 chunk +0 lines, -175 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/satisfying-matching-criteria/test-001.html View 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/satisfying-matching-criteria/test-002.html View 1 chunk +0 lines, -65 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/satisfying-matching-criteria/test-003.html View 1 chunk +0 lines, -66 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/satisfying-matching-criteria/test-004.html View 1 chunk +0 lines, -65 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/satisfying-matching-criteria/test-005.html View 1 chunk +0 lines, -65 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/shadow-root-001.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/shadow-root-002.html View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/text-decoration-001.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/text-decoration-001-expected.html View 1 chunk +10 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-001.html View 7 chunks +12 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-002.html View 2 chunks +9 lines, -29 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-001.html View 7 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-002.html View 3 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/selectors-api-001.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/selectors-api-002.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/shadow-root-001.html View 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-005.html View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-007.html View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-009.html View 3 chunks +9 lines, -49 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-011.html View 1 chunk +13 lines, -31 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-001.html View 3 chunks +2 lines, -45 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-002.html View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-003.html View 1 chunk +3 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/styles/css-variables/test-001.html View 1 chunk +0 lines, -72 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/styles/deep-combinator/deep-combinator-001.html View 1 chunk +0 lines, -156 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/styles/not-apply-in-shadow-root-001.html View 2 chunks +2 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/styles/shadow-pseudoelement/shadow-pseudoelement-001.html View 1 chunk +0 lines, -150 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/styles/test-001.html View 3 chunks +28 lines, -114 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/styles/test-003.html View 4 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/styles/test-005.html View 1 chunk +32 lines, -31 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/styles/test-007.html View 1 chunk +0 lines, -133 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/styles/test-008.html View 1 chunk +18 lines, -57 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/styles/test-009.html View 1 chunk +0 lines, -73 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/styles/test-010.html View 1 chunk +0 lines, -55 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/testcommon.js View 1 chunk +0 lines, -271 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/user-interaction/active-element/test-001.html View 1 chunk +14 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/user-interaction/active-element/test-002.html View 1 chunk +15 lines, -14 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html View 4 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/user-interaction/focus-navigation/test-001.html View 2 chunks +44 lines, -43 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/user-interaction/focus-navigation/test-002.html View 3 chunks +191 lines, -190 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/user-interaction/focus-navigation/test-003.html View 3 chunks +200 lines, -199 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/user-interaction/focus-navigation/test-004.html View 5 chunks +371 lines, -370 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-001.html View 1 chunk +28 lines, -26 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html View 1 chunk +28 lines, -26 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/delay.html View 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/delay-expected.txt View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/direction.html View 1 chunk +28 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/getAnimations.html View 1 chunk +13 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/getAnimations-expected.txt View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/getComputedStyle.html View 2 chunks +69 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/getComputedStyle-expected.txt View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/iterations.html View 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/iterations-expected.txt View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-after.html View 1 chunk +0 lines, -419 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-after-expected.txt View 1 chunk +0 lines, -19 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-before.html View 1 chunk +0 lines, -418 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-before-expected.txt View 1 chunk +0 lines, -19 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-next-sibling.html View 1 chunk +0 lines, -503 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-next-sibling-expected.txt View 1 chunk +0 lines, -25 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-parent.html View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-parent-expected.txt View 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-previous-sibling.html View 1 chunk +0 lines, -511 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-previous-sibling-expected.txt View 1 chunk +0 lines, -25 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-remove.html View 1 chunk +0 lines, -239 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-remove-expected.txt View 1 chunk +0 lines, -12 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-replace.html View 1 chunk +0 lines, -444 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-replace-expected.txt View 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/idlharness.html View 1 chunk +0 lines, -54 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/cancel.html View 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/finish.html View 1 chunk +210 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/finish-expected.txt View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/play.html View 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/playState.html View 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/playbackRate.html View 1 chunk +89 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/playbackRate-expected.txt View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/constructor.html View 13 chunks +156 lines, -116 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/constructor-expected.txt View 1 2 3 3 chunks +39 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/effect-easing.html View 1 chunk +282 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/effect-easing-expected.txt View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/getComputedTiming.html View 2 chunks +1 line, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/getComputedTiming-expected.txt View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/testcommon.js View 2 chunks +1 line, -28 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/event_setattribute.js View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/resources/event_setattribute_handler.html View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (14 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1899623002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1899623002/20001
4 years, 8 months ago (2016-04-18 02:07:42 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1899623002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1899623002/40001
4 years, 8 months ago (2016-04-18 02:23:27 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1899623002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1899623002/80001
4 years, 8 months ago (2016-04-18 04:29:31 UTC) #13
kochi
tkent, suzyh - PTAL.
4 years, 8 months ago (2016-04-18 05:08:20 UTC) #14
tkent
lgtm
4 years, 8 months ago (2016-04-18 05:12:46 UTC) #15
suzyh_UTC10 (ex-contributor)
web-animations tests lgtm
4 years, 8 months ago (2016-04-18 05:16:20 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1899623002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1899623002/80001
4 years, 8 months ago (2016-04-18 05:18:40 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 8 months ago (2016-04-18 05:46:26 UTC) #21
commit-bot: I haz the power
4 years, 8 months ago (2016-04-18 05:48:12 UTC) #23
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/abf5e76789c4fd14f617d1cc04ddf3ee860dae41
Cr-Commit-Position: refs/heads/master@{#387861}

Powered by Google App Engine
This is Rietveld 408576698