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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/custom-elements/adopted-callback-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 Found 57 tests; 49 PASS, 8 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS Inserting a custom element into the owner document must not enqueue and inv oke adoptedCallback
4 PASS Inserting a custom element into the document of the template elements must enqueue and invoke adoptedCallback
5 PASS Moving a custom element from the owner document into the document of the te mplate elements must enqueue and invoke adoptedCallback
6 PASS Inserting an ancestor of custom element into the document of the template e lements must enqueue and invoke adoptedCallback
7 PASS Moving an ancestor of custom element from the owner document into the docum ent of the template elements must enqueue and invoke adoptedCallback
8 PASS Inserting a custom element into a shadow tree in the document of the templa te elements must enqueue and invoke adoptedCallback
9 PASS Inserting the shadow host of a custom element into the document of the temp late elements must enqueue and invoke adoptedCallback
10 PASS Moving the shadow host of a custom element from the owner document into the document of the template elements must enqueue and invoke adoptedCallback
11 PASS Inserting a custom element into a detached shadow tree that belongs to the document of the template elements must enqueue and invoke adoptedCallback
12 FAIL Inserting a custom element into a new document must enqueue and invoke adop tedCallback promise_test: Unhandled rejection with value: object "TypeError: Ill egal constructor"
13 FAIL Moving a custom element from the owner document into a new document must en queue and invoke adoptedCallback promise_test: Unhandled rejection with value: o bject "TypeError: Illegal constructor"
14 FAIL Inserting an ancestor of custom element into a new document must enqueue an d invoke adoptedCallback promise_test: Unhandled rejection with value: object "T ypeError: Illegal constructor"
15 FAIL Moving an ancestor of custom element from the owner document into a new doc ument must enqueue and invoke adoptedCallback promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor"
16 FAIL Inserting a custom element into a shadow tree in a new document must enqueu e and invoke adoptedCallback promise_test: Unhandled rejection with value: objec t "TypeError: Illegal constructor"
17 FAIL Inserting the shadow host of a custom element into a new document must enqu eue and invoke adoptedCallback promise_test: Unhandled rejection with value: obj ect "TypeError: Illegal constructor"
18 FAIL Moving the shadow host of a custom element from the owner document into a n ew document must enqueue and invoke adoptedCallback promise_test: Unhandled reje ction with value: object "TypeError: Illegal constructor"
19 FAIL Inserting a custom element into a detached shadow tree that belongs to a ne w document must enqueue and invoke adoptedCallback promise_test: Unhandled rejec tion with value: object "TypeError: Illegal constructor"
20 PASS Inserting a custom element into a cloned document must enqueue and invoke a doptedCallback
21 PASS Moving a custom element from the owner document into a cloned document must enqueue and invoke adoptedCallback
22 PASS Inserting an ancestor of custom element into a cloned document must enqueue and invoke adoptedCallback
23 PASS Moving an ancestor of custom element from the owner document into a cloned document must enqueue and invoke adoptedCallback
24 PASS Inserting a custom element into a shadow tree in a cloned document must enq ueue and invoke adoptedCallback
25 PASS Inserting the shadow host of a custom element into a cloned document must e nqueue and invoke adoptedCallback
26 PASS Moving the shadow host of a custom element from the owner document into a c loned document must enqueue and invoke adoptedCallback
27 PASS Inserting a custom element into a detached shadow tree that belongs to a cl oned document must enqueue and invoke adoptedCallback
28 PASS Inserting a custom element into a document created by createHTMLDocument mu st enqueue and invoke adoptedCallback
29 PASS Moving a custom element from the owner document into a document created by createHTMLDocument must enqueue and invoke adoptedCallback
30 PASS Inserting an ancestor of custom element into a document created by createHT MLDocument must enqueue and invoke adoptedCallback
31 PASS Moving an ancestor of custom element from the owner document into a documen t created by createHTMLDocument must enqueue and invoke adoptedCallback
32 PASS Inserting a custom element into a shadow tree in a document created by crea teHTMLDocument must enqueue and invoke adoptedCallback
33 PASS Inserting the shadow host of a custom element into a document created by cr eateHTMLDocument must enqueue and invoke adoptedCallback
34 PASS Moving the shadow host of a custom element from the owner document into a d ocument created by createHTMLDocument must enqueue and invoke adoptedCallback
35 PASS Inserting a custom element into a detached shadow tree that belongs to a do cument created by createHTMLDocument must enqueue and invoke adoptedCallback
36 PASS Inserting a custom element into an HTML document created by createDocument must enqueue and invoke adoptedCallback
37 PASS Moving a custom element from the owner document into an HTML document creat ed by createDocument must enqueue and invoke adoptedCallback
38 PASS Inserting an ancestor of custom element into an HTML document created by cr eateDocument must enqueue and invoke adoptedCallback
39 PASS Moving an ancestor of custom element from the owner document into an HTML d ocument created by createDocument must enqueue and invoke adoptedCallback
40 PASS Inserting a custom element into a shadow tree in an HTML document created b y createDocument must enqueue and invoke adoptedCallback
41 PASS Inserting the shadow host of a custom element into an HTML document created by createDocument must enqueue and invoke adoptedCallback
42 PASS Moving the shadow host of a custom element from the owner document into an HTML document created by createDocument must enqueue and invoke adoptedCallback
43 PASS Inserting a custom element into a detached shadow tree that belongs to an H TML document created by createDocument must enqueue and invoke adoptedCallback
44 PASS Inserting a custom element into the document of an iframe must enqueue and invoke adoptedCallback
45 PASS Moving a custom element from the owner document into the document of an ifr ame must enqueue and invoke adoptedCallback
46 PASS Inserting an ancestor of custom element into the document of an iframe must enqueue and invoke adoptedCallback
47 PASS Moving an ancestor of custom element from the owner document into the docum ent of an iframe must enqueue and invoke adoptedCallback
48 PASS Inserting a custom element into a shadow tree in the document of an iframe must enqueue and invoke adoptedCallback
49 PASS Inserting the shadow host of a custom element into the document of an ifram e must enqueue and invoke adoptedCallback
50 PASS Moving the shadow host of a custom element from the owner document into the document of an iframe must enqueue and invoke adoptedCallback
51 PASS Inserting a custom element into a detached shadow tree that belongs to the document of an iframe must enqueue and invoke adoptedCallback
52 PASS Inserting a custom element into an HTML document fetched by XHR must enqueu e and invoke adoptedCallback
53 PASS Moving a custom element from the owner document into an HTML document fetch ed by XHR must enqueue and invoke adoptedCallback
54 PASS Inserting an ancestor of custom element into an HTML document fetched by XH R must enqueue and invoke adoptedCallback
55 PASS Moving an ancestor of custom element from the owner document into an HTML d ocument fetched by XHR must enqueue and invoke adoptedCallback
56 PASS Inserting a custom element into a shadow tree in an HTML document fetched b y XHR must enqueue and invoke adoptedCallback
57 PASS Inserting the shadow host of a custom element into an HTML document fetched by XHR must enqueue and invoke adoptedCallback
58 PASS Moving the shadow host of a custom element from the owner document into an HTML document fetched by XHR must enqueue and invoke adoptedCallback
59 PASS Inserting a custom element into a detached shadow tree that belongs to an H TML document fetched by XHR must enqueue and invoke adoptedCallback
60 Harness: the test ran to completion.
61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698