mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Make Element::attach_shadow() and ShadowRoot closer to spec (#36024)
Signed-off-by: batu_hoang <longvatrong111@gmail.com>
This commit is contained in:
parent
11d47558b3
commit
db74179dc8
18 changed files with 117 additions and 158 deletions
9
tests/wpt/meta/dom/idlharness.window.js.ini
vendored
9
tests/wpt/meta/dom/idlharness.window.js.ini
vendored
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue