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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/connected-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 Inserting a custom element into the document must enqueue and invoke connec tedCallback 2 PASS Inserting a custom element into a document must enqueue and invoke connecte dCallback
3 PASS Inserting an ancestor of custom element into the document must enqueue and invoke connectedCallback 3 PASS Inserting an ancestor of custom element into a document must enqueue and in voke connectedCallback
4 PASS Inserting a custom element into a shadow tree in the document must enqueue and invoke connectedCallback 4 PASS Inserting a custom element into a shadow tree in a document must enqueue an d invoke connectedCallback
5 PASS Inserting the shadow host of a custom element into the document must enqueu e and invoke connectedCallback 5 PASS Inserting the shadow host of a custom element into a document must enqueue 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 6 PASS Inserting a custom element into a detached shadow tree that belongs to a do cument must not enqueue and invoke connectedCallback
7 PASS Inserting a custom element into the document of the template elements must enqueue and invoke connectedCallback 7 PASS Inserting a custom element into a document of a template element must enque ue and invoke connectedCallback
8 PASS Inserting an ancestor of custom element into the document of the template e lements must enqueue and invoke connectedCallback 8 PASS Inserting an ancestor of custom element into a document of a template eleme nt 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 9 PASS Inserting a custom element into a shadow tree in a document of a template e lement 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 10 PASS Inserting the shadow host of a custom element into a document of a template element 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 11 PASS Inserting a custom element into a detached shadow tree that belongs to a do cument of a template element must not enqueue and invoke connectedCallback
12 FAIL Inserting a custom element into a new document must enqueue and invoke conn ectedCallback promise_test: Unhandled rejection with value: object "TypeError: I llegal constructor" 12 FAIL Inserting a custom element into a new document must enqueue and invoke conn ectedCallback promise_test: Unhandled rejection with value: object "TypeError: I llegal constructor"
13 FAIL Inserting an ancestor of custom element into a new document must enqueue an d invoke connectedCallback promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor" 13 FAIL Inserting an ancestor of custom element into a new document must enqueue an d invoke connectedCallback promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor"
14 FAIL Inserting a custom element into a shadow tree in a new document must enqueu e and invoke connectedCallback promise_test: Unhandled rejection with value: obj ect "TypeError: Illegal constructor" 14 FAIL Inserting a custom element into a shadow tree in a new document must enqueu e and invoke connectedCallback promise_test: Unhandled rejection with value: obj ect "TypeError: Illegal constructor"
15 FAIL Inserting the shadow host of a custom element into a new document must enqu eue and invoke connectedCallback promise_test: Unhandled rejection with value: o bject "TypeError: Illegal constructor" 15 FAIL Inserting the shadow host of a custom element into a new document must enqu eue and invoke connectedCallback promise_test: Unhandled rejection with value: o bject "TypeError: Illegal constructor"
16 FAIL Inserting a custom element into a detached shadow tree that belongs to a ne w document must not enqueue and invoke connectedCallback promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor" 16 FAIL Inserting a custom element into a detached shadow tree that belongs to a ne w document must not enqueue and invoke connectedCallback promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor"
17 PASS Inserting a custom element into a cloned document must enqueue and invoke c onnectedCallback 17 PASS Inserting a custom element into a cloned document must enqueue and invoke c onnectedCallback
18 PASS Inserting an ancestor of custom element into a cloned document must enqueue and invoke connectedCallback 18 PASS Inserting an ancestor of custom element into a cloned document must enqueue and invoke connectedCallback
19 PASS Inserting a custom element into a shadow tree in a cloned document must enq ueue and invoke connectedCallback 19 PASS Inserting a custom element into a shadow tree in a cloned document must enq ueue and invoke connectedCallback
20 PASS Inserting the shadow host of a custom element into a cloned document must e nqueue and invoke connectedCallback 20 PASS Inserting the shadow host of a custom element into a cloned document must e nqueue and invoke connectedCallback
21 PASS Inserting a custom element into a detached shadow tree that belongs to a cl oned document must not enqueue and invoke connectedCallback 21 PASS Inserting a custom element into a detached shadow tree that belongs to a cl oned document must not enqueue and invoke connectedCallback
22 PASS Inserting a custom element into a document created by createHTMLDocument mu st enqueue and invoke connectedCallback 22 PASS Inserting a custom element into a document created by createHTMLDocument mu st enqueue and invoke connectedCallback
23 PASS Inserting an ancestor of custom element into a document created by createHT MLDocument must enqueue and invoke connectedCallback 23 PASS Inserting an ancestor of custom element into a document created by createHT MLDocument must enqueue and invoke connectedCallback
24 PASS Inserting a custom element into a shadow tree in a document created by crea teHTMLDocument must enqueue and invoke connectedCallback 24 PASS Inserting a custom element into a shadow tree in a document created by crea teHTMLDocument must enqueue and invoke connectedCallback
25 PASS Inserting the shadow host of a custom element into a document created by cr eateHTMLDocument must enqueue and invoke connectedCallback 25 PASS Inserting the shadow host of a custom element into a document created by cr eateHTMLDocument must enqueue and invoke connectedCallback
26 PASS Inserting a custom element into a detached shadow tree that belongs to a do cument created by createHTMLDocument must not enqueue and invoke connectedCallba ck 26 PASS Inserting a custom element into a detached shadow tree that belongs to a do cument created by createHTMLDocument must not enqueue and invoke connectedCallba ck
27 PASS Inserting a custom element into an HTML document created by createDocument must enqueue and invoke connectedCallback 27 PASS Inserting a custom element into a HTML document created by createDocument m ust enqueue and invoke connectedCallback
28 PASS Inserting an ancestor of custom element into an HTML document created by cr eateDocument must enqueue and invoke connectedCallback 28 PASS Inserting an ancestor of custom element into a HTML document created by cre ateDocument must enqueue and invoke connectedCallback
29 PASS Inserting a custom element into a shadow tree in an HTML document created b y createDocument must enqueue and invoke connectedCallback 29 PASS Inserting a custom element into a shadow tree in a HTML document created by createDocument must enqueue and invoke connectedCallback
30 PASS Inserting the shadow host of a custom element into an HTML document created by createDocument must enqueue and invoke connectedCallback 30 PASS Inserting the shadow host of a custom element into a HTML document created by createDocument must enqueue and invoke connectedCallback
31 PASS Inserting a custom element into a detached shadow tree that belongs to an H TML document created by createDocument must not enqueue and invoke connectedCall back 31 PASS Inserting a custom element into a detached shadow tree that belongs to a HT ML document created by createDocument must not enqueue and invoke connectedCallb ack
32 PASS Inserting a custom element into the document of an iframe must enqueue and invoke connectedCallback 32 PASS Inserting a custom element into a document in an iframe must enqueue and in voke connectedCallback
33 PASS Inserting an ancestor of custom element into the document of an iframe must enqueue and invoke connectedCallback 33 PASS Inserting an ancestor of custom element into a document in an iframe must e nqueue and invoke connectedCallback
34 PASS Inserting a custom element into a shadow tree in the document of an iframe must enqueue and invoke connectedCallback 34 PASS Inserting a custom element into a shadow tree in a document in an iframe mu st 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 35 PASS Inserting the shadow host of a custom element into a document in an iframe 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 36 PASS Inserting a custom element into a detached shadow tree that belongs to a do cument in 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 37 PASS Inserting a custom element into a HTML document fetched by XHR must enqueue and invoke connectedCallback
38 PASS Inserting an ancestor of custom element into an HTML document fetched by XH R must enqueue and invoke connectedCallback 38 PASS Inserting an ancestor of custom element into a HTML document fetched by XHR 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 39 PASS Inserting a custom element into a shadow tree in a HTML document fetched by 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 40 PASS Inserting the shadow host of a custom element into a 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 41 PASS Inserting a custom element into a detached shadow tree that belongs to a HT ML document fetched by XHR must not enqueue and invoke connectedCallback
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