| 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 Removing a custom element from the document must enqueue and invoke disconn
ectedCallback | 3 PASS Removing a custom element from the document must enqueue and invoke disconn
ectedCallback |
| 3 PASS Removing an ancestor of custom element from the document must enqueue and i
nvoke disconnectedCallback | 4 PASS Removing an ancestor of custom element from the document must enqueue and i
nvoke disconnectedCallback |
| 4 PASS Removing a custom element from a shadow tree in the document must enqueue a
nd invoke disconnectedCallback | 5 PASS Removing a custom element from a shadow tree in the document must enqueue a
nd invoke disconnectedCallback |
| 5 PASS Removing the shadow host of a custom element from athe document must enqueu
e and invoke disconnectedCallback | 6 PASS Removing the shadow host of a custom element from athe document must enqueu
e and invoke disconnectedCallback |
| 6 PASS Removing a custom element from a detached shadow tree that belongs to the d
ocument must not enqueue and invoke disconnectedCallback | 7 PASS Removing a custom element from a detached shadow tree that belongs to the d
ocument must not enqueue and invoke disconnectedCallback |
| 7 PASS Removing a custom element from the document of the template elements must e
nqueue and invoke disconnectedCallback | 8 PASS Removing a custom element from the document of the template elements must e
nqueue and invoke disconnectedCallback |
| 8 PASS Removing an ancestor of custom element from the document of the template el
ements must enqueue and invoke disconnectedCallback | 9 PASS Removing an ancestor of custom element from the document of the template el
ements must enqueue and invoke disconnectedCallback |
| 9 PASS Removing a custom element from a shadow tree in the document of the templat
e elements must enqueue and invoke disconnectedCallback | 10 PASS Removing a custom element from a shadow tree in the document of the templat
e elements must enqueue and invoke disconnectedCallback |
| 10 PASS Removing the shadow host of a custom element from athe document of the temp
late elements must enqueue and invoke disconnectedCallback | 11 PASS Removing the shadow host of a custom element from athe document of the temp
late elements must enqueue and invoke disconnectedCallback |
| 11 PASS Removing a custom element from a detached shadow tree that belongs to the d
ocument of the template elements must not enqueue and invoke disconnectedCallbac
k | 12 PASS Removing a custom element from a detached shadow tree that belongs to the d
ocument of the template elements must not enqueue and invoke disconnectedCallbac
k |
| (...skipping 22 matching lines...) Expand all Loading... |
| 34 PASS Removing a custom element from a shadow tree in the document of an iframe m
ust enqueue and invoke disconnectedCallback | 35 PASS Removing a custom element from a shadow tree in the document of an iframe m
ust enqueue and invoke disconnectedCallback |
| 35 PASS Removing the shadow host of a custom element from athe document of an ifram
e must enqueue and invoke disconnectedCallback | 36 PASS Removing the shadow host of a custom element from athe document of an ifram
e must enqueue and invoke disconnectedCallback |
| 36 PASS Removing a custom element from a detached shadow tree that belongs to the d
ocument of an iframe must not enqueue and invoke disconnectedCallback | 37 PASS Removing a custom element from a detached shadow tree that belongs to the d
ocument of an iframe must not enqueue and invoke disconnectedCallback |
| 37 PASS Removing a custom element from an HTML document fetched by XHR must enqueue
and invoke disconnectedCallback | 38 PASS Removing a custom element from an HTML document fetched by XHR must enqueue
and invoke disconnectedCallback |
| 38 PASS Removing an ancestor of custom element from an HTML document fetched by XHR
must enqueue and invoke disconnectedCallback | 39 PASS Removing an ancestor of custom element from an HTML document fetched by XHR
must enqueue and invoke disconnectedCallback |
| 39 PASS Removing a custom element from a shadow tree in an HTML document fetched by
XHR must enqueue and invoke disconnectedCallback | 40 PASS Removing a custom element from a shadow tree in an HTML document fetched by
XHR must enqueue and invoke disconnectedCallback |
| 40 PASS Removing the shadow host of a custom element from aan HTML document fetched
by XHR must enqueue and invoke disconnectedCallback | 41 PASS Removing the shadow host of a custom element from aan HTML document fetched
by XHR must enqueue and invoke disconnectedCallback |
| 41 PASS Removing a custom element from a detached shadow tree that belongs to an HT
ML document fetched by XHR must not enqueue and invoke disconnectedCallback | 42 PASS Removing a custom element from a detached shadow tree that belongs to an HT
ML document fetched by XHR must not enqueue and invoke disconnectedCallback |
| 42 Harness: the test ran to completion. | 43 Harness: the test ran to completion. |
| 43 | 44 |
| OLD | NEW |