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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/adopted-callback-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 the owner document must not enqueue and inv oke adoptedCallback
3 PASS Inserting a custom element into a document of a template element must enque ue and invoke adoptedCallback
4 PASS Moving a custom element from the owner document into a document of a templa te element must enqueue and invoke adoptedCallback
5 PASS Inserting an ancestor of custom element into a document of a template eleme nt must enqueue and invoke adoptedCallback
6 PASS Moving an ancestor of custom element from the owner document into a documen t of a template element must enqueue and invoke adoptedCallback
7 PASS Inserting a custom element into a shadow tree in a document of a template e lement must enqueue and invoke adoptedCallback
8 PASS Inserting the shadow host of a custom element into a document of a template element must enqueue and invoke adoptedCallback
9 PASS Moving the shadow host of a custom element from the owner document into a d ocument of a template element must enqueue and invoke adoptedCallback
10 PASS Inserting a custom element into a detached shadow tree that belongs to a do cument of a template element must enqueue and invoke adoptedCallback
11 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"
12 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"
13 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"
14 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"
15 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"
16 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"
17 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"
18 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"
19 PASS Inserting a custom element into a cloned document must enqueue and invoke a doptedCallback
20 PASS Moving a custom element from the owner document into a cloned document must enqueue and invoke adoptedCallback
21 PASS Inserting an ancestor of custom element into a cloned document must enqueue and invoke adoptedCallback
22 PASS Moving an ancestor of custom element from the owner document into a cloned document must enqueue and invoke adoptedCallback
23 PASS Inserting a custom element into a shadow tree in a cloned document must enq ueue and invoke adoptedCallback
24 PASS Inserting the shadow host of a custom element into a cloned document must e nqueue and invoke adoptedCallback
25 PASS Moving the shadow host of a custom element from the owner document into a c loned document must enqueue and invoke adoptedCallback
26 PASS Inserting a custom element into a detached shadow tree that belongs to a cl oned document must enqueue and invoke adoptedCallback
27 PASS Inserting a custom element into a document created by createHTMLDocument mu st enqueue and invoke adoptedCallback
28 PASS Moving a custom element from the owner document into a document created by createHTMLDocument must enqueue and invoke adoptedCallback
29 PASS Inserting an ancestor of custom element into a document created by createHT MLDocument must enqueue and invoke adoptedCallback
30 PASS Moving an ancestor of custom element from the owner document into a documen t created by createHTMLDocument must enqueue and invoke adoptedCallback
31 PASS Inserting a custom element into a shadow tree in a document created by crea teHTMLDocument must enqueue and invoke adoptedCallback
32 PASS Inserting the shadow host of a custom element into a document created by cr eateHTMLDocument must enqueue and invoke adoptedCallback
33 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
34 PASS Inserting a custom element into a detached shadow tree that belongs to a do cument created by createHTMLDocument must enqueue and invoke adoptedCallback
35 PASS Inserting a custom element into a HTML document created by createDocument m ust enqueue and invoke adoptedCallback
36 PASS Moving a custom element from the owner document into a HTML document create d by createDocument must enqueue and invoke adoptedCallback
37 PASS Inserting an ancestor of custom element into a HTML document created by cre ateDocument must enqueue and invoke adoptedCallback
38 PASS Moving an ancestor of custom element from the owner document into a HTML do cument created by createDocument must enqueue and invoke adoptedCallback
39 PASS Inserting a custom element into a shadow tree in a HTML document created by createDocument must enqueue and invoke adoptedCallback
40 PASS Inserting the shadow host of a custom element into a HTML document created by createDocument must enqueue and invoke adoptedCallback
41 PASS Moving the shadow host of a custom element from the owner document into a H TML document created by createDocument must enqueue and invoke adoptedCallback
42 PASS Inserting a custom element into a detached shadow tree that belongs to a HT ML document created by createDocument must enqueue and invoke adoptedCallback
43 PASS Inserting a custom element into a document in an iframe must enqueue and in voke adoptedCallback
44 PASS Moving a custom element from the owner document into a document in an ifram e must enqueue and invoke adoptedCallback
45 PASS Inserting an ancestor of custom element into a document in an iframe must e nqueue and invoke adoptedCallback
46 PASS Moving an ancestor of custom element from the owner document into a documen t in an iframe must enqueue and invoke adoptedCallback
47 PASS Inserting a custom element into a shadow tree in a document in an iframe mu st enqueue and invoke adoptedCallback
48 PASS Inserting the shadow host of a custom element into a document in an iframe must enqueue and invoke adoptedCallback
49 PASS Moving the shadow host of a custom element from the owner document into a d ocument in an iframe must enqueue and invoke adoptedCallback
50 PASS Inserting a custom element into a detached shadow tree that belongs to a do cument in an iframe must enqueue and invoke adoptedCallback
51 PASS Inserting a custom element into a HTML document fetched by XHR must enqueue and invoke adoptedCallback
52 PASS Moving a custom element from the owner document into a HTML document fetche d by XHR must enqueue and invoke adoptedCallback
53 PASS Inserting an ancestor of custom element into a HTML document fetched by XHR must enqueue and invoke adoptedCallback
54 PASS Moving an ancestor of custom element from the owner document into a HTML do cument fetched by XHR must enqueue and invoke adoptedCallback
55 PASS Inserting a custom element into a shadow tree in a HTML document fetched by XHR must enqueue and invoke adoptedCallback
56 PASS Inserting the shadow host of a custom element into a HTML document fetched by XHR must enqueue and invoke adoptedCallback
57 PASS Moving the shadow host of a custom element from the owner document into a H TML document fetched by XHR must enqueue and invoke adoptedCallback
58 PASS Inserting a custom element into a detached shadow tree that belongs to a HT ML document fetched by XHR must enqueue and invoke adoptedCallback
59 Harness: the test ran to completion.
60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698