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

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

Issue 2408083002: Revert of Import wpt@357b83b809e3cbc7a1805e7c3ca108a7980d782f (Closed)
Patch Set: Created 4 years, 2 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 PASS Removing a custom element from the document must enqueue and invoke disconn ectedCallback 2 PASS Removing a custom element from a document must enqueue and invoke disconnec tedCallback
3 PASS Removing an ancestor of custom element from the document must enqueue and i nvoke disconnectedCallback 3 PASS Removing an ancestor of custom element from a document must enqueue and inv oke disconnectedCallback
4 PASS Removing a custom element from a shadow tree in the document must enqueue a nd invoke disconnectedCallback 4 PASS Removing a custom element from a shadow tree in a document must enqueue and invoke disconnectedCallback
5 PASS Removing the shadow host of a custom element from athe document must enqueu e and invoke disconnectedCallback 5 PASS Removing the shadow host of a custom element from adocument must enqueue an d 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 6 PASS Removing a custom element from a detached shadow tree that belongs to a doc ument 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 7 PASS Removing a custom element from a document of a template element must enqueu e and invoke disconnectedCallback
8 PASS Removing an ancestor of custom element from the document of the template el ements must enqueue and invoke disconnectedCallback 8 PASS Removing an ancestor of custom element from a document of a template elemen t 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 9 PASS Removing a custom element from a shadow tree in a document of a template el ement 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 10 PASS Removing the shadow host of a custom element from adocument of a template e lement 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 11 PASS Removing a custom element from a detached shadow tree that belongs to a doc ument of a template element must not enqueue and invoke disconnectedCallback
12 FAIL Removing a custom element from a new document must enqueue and invoke disco nnectedCallback promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor" 12 FAIL Removing a custom element from a new document must enqueue and invoke disco nnectedCallback promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor"
13 FAIL Removing an ancestor of custom element from a new document must enqueue and invoke disconnectedCallback promise_test: Unhandled rejection with value: objec t "TypeError: Illegal constructor" 13 FAIL Removing an ancestor of custom element from a new document must enqueue and invoke disconnectedCallback promise_test: Unhandled rejection with value: objec t "TypeError: Illegal constructor"
14 FAIL Removing a custom element from a shadow tree in a new document must enqueue and invoke disconnectedCallback promise_test: Unhandled rejection with value: o bject "TypeError: Illegal constructor" 14 FAIL Removing a custom element from a shadow tree in a new document must enqueue and invoke disconnectedCallback promise_test: Unhandled rejection with value: o bject "TypeError: Illegal constructor"
15 FAIL Removing the shadow host of a custom element from aa new document must enqu eue and invoke disconnectedCallback promise_test: Unhandled rejection with value : object "TypeError: Illegal constructor" 15 FAIL Removing the shadow host of a custom element from anew document must enqueu e and invoke disconnectedCallback promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor"
16 FAIL Removing a custom element from a detached shadow tree that belongs to a new document must not enqueue and invoke disconnectedCallback promise_test: Unhandl ed rejection with value: object "TypeError: Illegal constructor" 16 FAIL Removing a custom element from a detached shadow tree that belongs to a new document must not enqueue and invoke disconnectedCallback promise_test: Unhandl ed rejection with value: object "TypeError: Illegal constructor"
17 PASS Removing a custom element from a cloned document must enqueue and invoke di sconnectedCallback 17 PASS Removing a custom element from a cloned document must enqueue and invoke di sconnectedCallback
18 PASS Removing an ancestor of custom element from a cloned document must enqueue and invoke disconnectedCallback 18 PASS Removing an ancestor of custom element from a cloned document must enqueue and invoke disconnectedCallback
19 PASS Removing a custom element from a shadow tree in a cloned document must enqu eue and invoke disconnectedCallback 19 PASS Removing a custom element from a shadow tree in a cloned document must enqu eue and invoke disconnectedCallback
20 PASS Removing the shadow host of a custom element from aa cloned document must e nqueue and invoke disconnectedCallback 20 PASS Removing the shadow host of a custom element from acloned document must enq ueue and invoke disconnectedCallback
21 PASS Removing a custom element from a detached shadow tree that belongs to a clo ned document must not enqueue and invoke disconnectedCallback 21 PASS Removing a custom element from a detached shadow tree that belongs to a clo ned document must not enqueue and invoke disconnectedCallback
22 PASS Removing a custom element from a document created by createHTMLDocument mus t enqueue and invoke disconnectedCallback 22 PASS Removing a custom element from a document created by createHTMLDocument mus t enqueue and invoke disconnectedCallback
23 PASS Removing an ancestor of custom element from a document created by createHTM LDocument must enqueue and invoke disconnectedCallback 23 PASS Removing an ancestor of custom element from a document created by createHTM LDocument must enqueue and invoke disconnectedCallback
24 PASS Removing a custom element from a shadow tree in a document created by creat eHTMLDocument must enqueue and invoke disconnectedCallback 24 PASS Removing a custom element from a shadow tree in a document created by creat eHTMLDocument must enqueue and invoke disconnectedCallback
25 PASS Removing the shadow host of a custom element from aa document created by cr eateHTMLDocument must enqueue and invoke disconnectedCallback 25 PASS Removing the shadow host of a custom element from adocument created by crea teHTMLDocument must enqueue and invoke disconnectedCallback
26 PASS Removing a custom element from a detached shadow tree that belongs to a doc ument created by createHTMLDocument must not enqueue and invoke disconnectedCall back 26 PASS Removing a custom element from a detached shadow tree that belongs to a doc ument created by createHTMLDocument must not enqueue and invoke disconnectedCall back
27 PASS Removing a custom element from an HTML document created by createDocument m ust enqueue and invoke disconnectedCallback 27 PASS Removing a custom element from a HTML document created by createDocument mu st enqueue and invoke disconnectedCallback
28 PASS Removing an ancestor of custom element from an HTML document created by cre ateDocument must enqueue and invoke disconnectedCallback 28 PASS Removing an ancestor of custom element from a HTML document created by crea teDocument must enqueue and invoke disconnectedCallback
29 PASS Removing a custom element from a shadow tree in an HTML document created by createDocument must enqueue and invoke disconnectedCallback 29 PASS Removing a custom element from a shadow tree in a HTML document created by createDocument must enqueue and invoke disconnectedCallback
30 PASS Removing the shadow host of a custom element from aan HTML document created by createDocument must enqueue and invoke disconnectedCallback 30 PASS Removing the shadow host of a custom element from aHTML document created by createDocument must enqueue and invoke disconnectedCallback
31 PASS Removing a custom element from a detached shadow tree that belongs to an HT ML document created by createDocument must not enqueue and invoke disconnectedCa llback 31 PASS Removing a custom element from a detached shadow tree that belongs to a HTM L document created by createDocument must not enqueue and invoke disconnectedCal lback
32 PASS Removing a custom element from the document of an iframe must enqueue and i nvoke disconnectedCallback 32 PASS Removing a custom element from a document in an iframe must enqueue and inv oke disconnectedCallback
33 PASS Removing an ancestor of custom element from the document of an iframe must enqueue and invoke disconnectedCallback 33 PASS Removing an ancestor of custom element from a document in an iframe must en queue and invoke disconnectedCallback
34 PASS Removing a custom element from a shadow tree in the document of an iframe m ust enqueue and invoke disconnectedCallback 34 PASS Removing a custom element from a shadow tree in a document in an iframe mus t 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 35 PASS Removing the shadow host of a custom element from adocument in an iframe mu st 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 36 PASS Removing a custom element from a detached shadow tree that belongs to a doc ument in 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 37 PASS Removing a custom element from a 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 38 PASS Removing an ancestor of custom element from a 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 39 PASS Removing a custom element from a shadow tree in a 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 40 PASS Removing the shadow host of a custom element from aHTML 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 41 PASS Removing a custom element from a detached shadow tree that belongs to a HTM L document fetched by XHR must not enqueue and invoke disconnectedCallback
42 Harness: the test ran to completion. 42 Harness: the test ran to completion.
43 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698