| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 40 tests. 35 PASS 5 FAIL 0 TIMEOUT 0 NOTRUN |
| 2 PASS Inserting a custom element into the document must enqueue and invoke connec
tedCallback | 3 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 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 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 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 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 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 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 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 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 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 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 34 PASS Inserting a custom element into a shadow tree in the document of an iframe
must enqueue and invoke connectedCallback | 35 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 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 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 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 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 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 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 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 Harness: the test ran to completion. |
| 43 | 44 |
| OLD | NEW |