Make Element::attach_shadow() and ShadowRoot closer to spec (#36024)

Signed-off-by: batu_hoang <longvatrong111@gmail.com>
This commit is contained in:
batu_hoang 2025-03-20 01:58:16 +08:00 committed by GitHub
parent 11d47558b3
commit db74179dc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 117 additions and 158 deletions

View file

@ -164,9 +164,6 @@
[AbortSignal interface: new AbortController().signal must inherit property "abort()" with the proper type]
expected: FAIL
[ShadowRoot interface: attribute delegatesFocus]
expected: FAIL
[XSLTProcessor interface: existence and properties of interface object]
expected: FAIL
@ -347,9 +344,6 @@
[DocumentFragment interface: operation replaceChildren((Node or TrustedScript or DOMString)...)]
expected: FAIL
[ShadowRoot interface: attribute serializable]
expected: FAIL
[Element interface: operation prepend((Node or TrustedScript or DOMString)...)]
expected: FAIL
@ -442,6 +436,3 @@
[Element interface: calling moveBefore(Node, Node?) on element with too few arguments must throw TypeError]
expected: FAIL
[idlharness.window.html?include=Node]