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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/custom-elements/connected-callbacks-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 40 tests. 35 PASS 5 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS Inserting a custom element into the document must enqueue and invoke connec tedCallback 3 PASS Inserting a custom element into the document must enqueue and invoke connec tedCallback
3 PASS Inserting an ancestor of custom element into the document must enqueue and invoke connectedCallback 4 PASS Inserting an ancestor of custom element into the document must enqueue and invoke connectedCallback
4 PASS Inserting a custom element into a shadow tree in the document must enqueue and invoke connectedCallback 5 PASS Inserting a custom element into a shadow tree in the document must enqueue and invoke connectedCallback
5 PASS Inserting the shadow host of a custom element into the document must enqueu e and invoke connectedCallback 6 PASS Inserting the shadow host of a custom element into the document must enqueu e and invoke connectedCallback
6 PASS Inserting a custom element into a detached shadow tree that belongs to the document must not enqueue and invoke connectedCallback 7 PASS Inserting a custom element into a detached shadow tree that belongs to the document must not enqueue and invoke connectedCallback
7 PASS Inserting a custom element into the document of the template elements must enqueue and invoke connectedCallback 8 PASS Inserting a custom element into the document of the template elements must enqueue and invoke connectedCallback
8 PASS Inserting an ancestor of custom element into the document of the template e lements must enqueue and invoke connectedCallback 9 PASS Inserting an ancestor of custom element into the document of the template e lements must enqueue and invoke connectedCallback
9 PASS Inserting a custom element into a shadow tree in the document of the templa te elements must enqueue and invoke connectedCallback 10 PASS Inserting a custom element into a shadow tree in the document of the templa te elements must enqueue and invoke connectedCallback
10 PASS Inserting the shadow host of a custom element into the document of the temp late elements must enqueue and invoke connectedCallback 11 PASS Inserting the shadow host of a custom element into the document of the temp late elements must enqueue and invoke connectedCallback
11 PASS Inserting a custom element into a detached shadow tree that belongs to the document of the template elements must not enqueue and invoke connectedCallback 12 PASS Inserting a custom element into a detached shadow tree that belongs to the document of the template elements must not enqueue and invoke connectedCallback
(...skipping 22 matching lines...) Expand all
34 PASS Inserting a custom element into a shadow tree in the document of an iframe must enqueue and invoke connectedCallback 35 PASS Inserting a custom element into a shadow tree in the document of an iframe must enqueue and invoke connectedCallback
35 PASS Inserting the shadow host of a custom element into the document of an ifram e must enqueue and invoke connectedCallback 36 PASS Inserting the shadow host of a custom element into the document of an ifram e must enqueue and invoke connectedCallback
36 PASS Inserting a custom element into a detached shadow tree that belongs to the document of an iframe must not enqueue and invoke connectedCallback 37 PASS Inserting a custom element into a detached shadow tree that belongs to the document of an iframe must not enqueue and invoke connectedCallback
37 PASS Inserting a custom element into an HTML document fetched by XHR must enqueu e and invoke connectedCallback 38 PASS Inserting a custom element into an HTML document fetched by XHR must enqueu e and invoke connectedCallback
38 PASS Inserting an ancestor of custom element into an HTML document fetched by XH R must enqueue and invoke connectedCallback 39 PASS Inserting an ancestor of custom element into an HTML document fetched by XH R must enqueue and invoke connectedCallback
39 PASS Inserting a custom element into a shadow tree in an HTML document fetched b y XHR must enqueue and invoke connectedCallback 40 PASS Inserting a custom element into a shadow tree in an HTML document fetched b y XHR must enqueue and invoke connectedCallback
40 PASS Inserting the shadow host of a custom element into an HTML document fetched by XHR must enqueue and invoke connectedCallback 41 PASS Inserting the shadow host of a custom element into an HTML document fetched by XHR must enqueue and invoke connectedCallback
41 PASS Inserting a custom element into a detached shadow tree that belongs to an H TML document fetched by XHR must not enqueue and invoke connectedCallback 42 PASS Inserting a custom element into a detached shadow tree that belongs to an H TML document fetched by XHR must not enqueue and invoke connectedCallback
42 Harness: the test ran to completion. 43 Harness: the test ran to completion.
43 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698