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

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

Issue 2881323002: Support Document constructor. (Closed)
Patch Set: add svg/xml tests Created 3 years, 7 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 the document must enqueue and invoke connec tedCallback
3 PASS Inserting an ancestor of custom element into the document must enqueue and invoke connectedCallback
4 PASS Inserting a custom element into a shadow tree in the document must enqueue and invoke connectedCallback
5 PASS Inserting the shadow host of a custom element into the document must enqueu e 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
7 PASS Inserting a custom element into the document of the template elements must enqueue and invoke connectedCallback
8 PASS Inserting an ancestor of custom element into the document of the template e lements 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
10 PASS Inserting the shadow host of a custom element into the document of the temp late elements 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
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 an HTML document created by createDocument must 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
29 PASS Inserting a custom element into a shadow tree in an HTML document created b y 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
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
32 PASS Inserting a custom element into the document of an iframe must enqueue and invoke connectedCallback
33 PASS Inserting an ancestor of custom element into the document of an iframe must enqueue and invoke connectedCallback
34 PASS Inserting a custom element into a shadow tree in the document of an iframe must 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
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
37 PASS Inserting a custom element into an HTML document fetched by XHR must enqueu e and invoke connectedCallback
38 PASS Inserting an ancestor of custom element into an HTML document fetched by XH R 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
40 PASS Inserting the shadow host of a custom element into an 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
42 Harness: the test ran to completion.
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698