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

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

Issue 2376103007: Import wpt@09907a9c4bcee14986431d53e4381384c7c69107 (Closed)
Patch Set: update platform expectations 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
(Empty)
1 This is a testharness.js-based test.
2 PASS Removing a custom element from a document must enqueue and invoke disconnec tedCallback
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 a document must enqueue 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 a doc ument must not enqueue 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 a document of a template elemen t 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 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 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"
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"
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"
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
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 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
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
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 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
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 a HTML document created by crea teDocument 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 aHTML document created by createDocument must enqueue and invoke disconnectedCallback
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 a document in an iframe must enqueue and inv oke 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 a document in an iframe mus t 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 a doc ument in an iframe must not 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 a 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 aHTML document fetched by XHR must 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.
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698