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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: rebase Created 3 years, 10 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 Found 57 tests; 49 PASS, 8 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 PASS Inserting a custom element into the owner document must not enqueue and inv oke adoptedCallback 3 PASS Inserting a custom element into the owner document must not enqueue and inv oke adoptedCallback
3 PASS Inserting a custom element into the document of the template elements must enqueue and invoke adoptedCallback 4 PASS Inserting a custom element into the document of the template elements must enqueue and invoke adoptedCallback
4 PASS Moving a custom element from the owner document into the document of the te mplate 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
5 PASS Inserting an ancestor of custom element into the document of the template e lements 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
6 PASS Moving an ancestor of custom element from the owner document into the docum ent of the template elements 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
7 PASS Inserting a custom element into a shadow tree in the document of the templa te 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
8 PASS Inserting the shadow host of a custom element into the document of the temp late 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
9 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 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
10 PASS Inserting a custom element into a detached shadow tree that belongs to 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
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 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"
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 PASS Inserting a custom element into an HTML document fetched by XHR must enqueu e and invoke adoptedCallback 52 PASS Inserting a custom element into an HTML document fetched by XHR must enqueu e and invoke adoptedCallback
52 PASS Moving a custom element from the owner document into an HTML document fetch ed by XHR must enqueue 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
53 PASS Inserting an ancestor of custom element into an HTML document fetched by XH R 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
54 PASS Moving an ancestor of custom element from the owner document into an HTML d ocument fetched by XHR 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
55 PASS Inserting a custom element into a shadow tree in an HTML document fetched b y 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
56 PASS Inserting the shadow host of a custom element into an HTML document fetched by 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
57 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 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
58 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 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
59 Harness: the test ran to completion. 60 Harness: the test ran to completion.
60 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698