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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/custom-elements/disconnected-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 Removing a custom element from the document must enqueue and invoke disconn ectedCallback 3 PASS Removing a custom element from the document must enqueue and invoke disconn ectedCallback
3 PASS Removing an ancestor of custom element from the document must enqueue and i nvoke disconnectedCallback 4 PASS Removing an ancestor of custom element from the document must enqueue and i nvoke disconnectedCallback
4 PASS Removing a custom element from a shadow tree in the document must enqueue a nd invoke disconnectedCallback 5 PASS Removing a custom element from a shadow tree in the document must enqueue a nd invoke disconnectedCallback
5 PASS Removing the shadow host of a custom element from athe document must enqueu e and invoke disconnectedCallback 6 PASS Removing the shadow host of a custom element from athe document must enqueu e and invoke disconnectedCallback
6 PASS Removing a custom element from a detached shadow tree that belongs to the d ocument must not enqueue and invoke disconnectedCallback 7 PASS Removing a custom element from a detached shadow tree that belongs to the d ocument must not enqueue and invoke disconnectedCallback
7 PASS Removing a custom element from the document of the template elements must e nqueue and invoke disconnectedCallback 8 PASS Removing a custom element from the document of the template elements must e nqueue and invoke disconnectedCallback
8 PASS Removing an ancestor of custom element from the document of the template el ements must enqueue and invoke disconnectedCallback 9 PASS Removing an ancestor of custom element from the document of the template el ements must enqueue and invoke disconnectedCallback
9 PASS Removing a custom element from a shadow tree in the document of the templat e elements must enqueue and invoke disconnectedCallback 10 PASS Removing a custom element from a shadow tree in the document of the templat e elements must enqueue and invoke disconnectedCallback
10 PASS Removing the shadow host of a custom element from athe document of the temp late elements must enqueue and invoke disconnectedCallback 11 PASS Removing the shadow host of a custom element from athe document of the temp late elements must enqueue and invoke disconnectedCallback
11 PASS Removing a custom element from a detached shadow tree that belongs to the d ocument of the template elements must not enqueue and invoke disconnectedCallbac k 12 PASS Removing a custom element from a detached shadow tree that belongs to the d ocument of the template elements must not enqueue and invoke disconnectedCallbac k
(...skipping 22 matching lines...) Expand all
34 PASS Removing a custom element from a shadow tree in the document of an iframe m ust enqueue and invoke disconnectedCallback 35 PASS Removing a custom element from a shadow tree in the document of an iframe m ust enqueue and invoke disconnectedCallback
35 PASS Removing the shadow host of a custom element from athe document of an ifram e must enqueue and invoke disconnectedCallback 36 PASS Removing the shadow host of a custom element from athe document of an ifram e must enqueue and invoke disconnectedCallback
36 PASS Removing a custom element from a detached shadow tree that belongs to the d ocument of an iframe must not enqueue and invoke disconnectedCallback 37 PASS Removing a custom element from a detached shadow tree that belongs to the d ocument of an iframe must not enqueue and invoke disconnectedCallback
37 PASS Removing a custom element from an HTML document fetched by XHR must enqueue and invoke disconnectedCallback 38 PASS Removing a custom element from an HTML document fetched by XHR must enqueue and invoke disconnectedCallback
38 PASS Removing an ancestor of custom element from an HTML document fetched by XHR must enqueue and invoke disconnectedCallback 39 PASS Removing an ancestor of custom element from an HTML document fetched by XHR must enqueue and invoke disconnectedCallback
39 PASS Removing a custom element from a shadow tree in an HTML document fetched by XHR must enqueue and invoke disconnectedCallback 40 PASS Removing a custom element from a shadow tree in an HTML document fetched by XHR must enqueue and invoke disconnectedCallback
40 PASS Removing the shadow host of a custom element from aan HTML document fetched by XHR must enqueue and invoke disconnectedCallback 41 PASS Removing the shadow host of a custom element from aan HTML document fetched by XHR must enqueue and invoke disconnectedCallback
41 PASS Removing a custom element from a detached shadow tree that belongs to an HT ML document fetched by XHR must not enqueue and invoke disconnectedCallback 42 PASS Removing a custom element from a detached shadow tree that belongs to an HT ML document fetched by XHR must not enqueue and invoke disconnectedCallback
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