| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 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 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 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 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 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 FAIL Removing a custom element from a new document must enqueue and invoke disco
nnectedCallback promise_test: Unhandled rejection with value: object "TypeError:
Illegal constructor" | |
| 13 FAIL Removing an ancestor of custom element from a new document must enqueue and
invoke disconnectedCallback promise_test: Unhandled rejection with value: objec
t "TypeError: Illegal constructor" | |
| 14 FAIL Removing a custom element from a shadow tree in a new document must enqueue
and invoke disconnectedCallback promise_test: Unhandled rejection with value: o
bject "TypeError: Illegal constructor" | |
| 15 FAIL Removing the shadow host of a custom element from aa new document must enqu
eue and invoke disconnectedCallback promise_test: Unhandled rejection with value
: object "TypeError: Illegal constructor" | |
| 16 FAIL Removing a custom element from a detached shadow tree that belongs to a new
document must not enqueue and invoke disconnectedCallback promise_test: Unhandl
ed rejection with value: object "TypeError: Illegal constructor" | |
| 17 PASS Removing a custom element from a cloned document must enqueue and invoke di
sconnectedCallback | |
| 18 PASS Removing an ancestor of custom element from a cloned document must enqueue
and invoke disconnectedCallback | |
| 19 PASS Removing a custom element from a shadow tree in a cloned document must enqu
eue and invoke disconnectedCallback | |
| 20 PASS Removing the shadow host of a custom element from aa cloned document must e
nqueue and invoke disconnectedCallback | |
| 21 PASS Removing a custom element from a detached shadow tree that belongs to a clo
ned document must not enqueue and invoke disconnectedCallback | |
| 22 PASS Removing a custom element from a document created by createHTMLDocument mus
t enqueue and invoke disconnectedCallback | |
| 23 PASS Removing an ancestor of custom element from a document created by createHTM
LDocument must enqueue and invoke disconnectedCallback | |
| 24 PASS Removing a custom element from a shadow tree in a document created by creat
eHTMLDocument must enqueue and invoke disconnectedCallback | |
| 25 PASS Removing the shadow host of a custom element from aa document created by cr
eateHTMLDocument must enqueue and invoke disconnectedCallback | |
| 26 PASS Removing a custom element from a detached shadow tree that belongs to a doc
ument created by createHTMLDocument must not enqueue and invoke disconnectedCall
back | |
| 27 PASS Removing a custom element from an HTML document created by createDocument m
ust enqueue and invoke disconnectedCallback | |
| 28 PASS Removing an ancestor of custom element from an HTML document created by cre
ateDocument must enqueue and invoke disconnectedCallback | |
| 29 PASS Removing a custom element from a shadow tree in an HTML document created by
createDocument must enqueue and invoke disconnectedCallback | |
| 30 PASS Removing the shadow host of a custom element from aan HTML document created
by createDocument must enqueue and invoke disconnectedCallback | |
| 31 PASS Removing a custom element from a detached shadow tree that belongs to an HT
ML document created by createDocument must not enqueue and invoke disconnectedCa
llback | |
| 32 PASS Removing a custom element from the document of an iframe must enqueue and i
nvoke disconnectedCallback | |
| 33 PASS Removing an ancestor of custom element from the document of an iframe must
enqueue and invoke disconnectedCallback | |
| 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 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 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 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 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 | |
| OLD | NEW |