mirror of
https://github.com/servo/servo.git
synced 2025-07-12 01:43:43 +01:00
7 lines
529 B
INI
7 lines
529 B
INI
[enqueue-custom-element-callback-reactions-inside-another-callback.html]
|
|
[Connecting an element without connectedCallback while it has a disconnectedCallback in its custom element reaction queue must not result in disconnectedCallback getting invoked before the insertion completes]
|
|
expected: FAIL
|
|
|
|
[Connecting a element with connectedCallback while it has a disconnectedCallback in its custom element reaction queue must result in disconnectedCallback getting invoked before the insertion completes]
|
|
expected: FAIL
|
|
|