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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/connected-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 Inserting a custom element into a document must enqueue and invoke connecte dCallback
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 a document must enqueue an d 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 a do cument must not 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 a document of a template eleme nt 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 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 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"
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"
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"
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
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
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
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
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
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 a HTML document created by cre ateDocument 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 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 a HT ML document created by createDocument must not enqueue and invoke connectedCallb ack
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 a document in an iframe must e nqueue 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 a document in an iframe must 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 a HTML document fetched by XHR 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 a 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 a HT ML document fetched by XHR must not enqueue and invoke connectedCallback
42 Harness: the test ran to completion.
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698