mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Make traverse_preorder follow shadow roots (#34503)
* script: Ensure shadow-inclusve preorder traversals follow hosted shadow roots. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Handle unregistering element id/name values inside of a shadow root. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Merge shadow root tree iteration logic. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
ad48ab7ec3
commit
4242ff9626
15 changed files with 20733 additions and 123 deletions
20712
tests/wpt/meta/shadow-dom/declarative/gethtml.html.ini
vendored
20712
tests/wpt/meta/shadow-dom/declarative/gethtml.html.ini
vendored
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,4 @@
|
|||
[getinnerhtml.tentative.html]
|
||||
expected: TIMEOUT
|
||||
[Element.getInnerHTML() on <a>]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[input-element-list.html]
|
||||
expected: CRASH
|
|
@ -1,2 +0,0 @@
|
|||
[input-type-radio.html]
|
||||
expected: CRASH
|
3
tests/wpt/meta/shadow-dom/leaktests/window-frames.html.ini
vendored
Normal file
3
tests/wpt/meta/shadow-dom/leaktests/window-frames.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[window-frames.html]
|
||||
[window.frames should not leak frames in Shadow DOM.]
|
||||
expected: FAIL
|
|
@ -1,2 +1,3 @@
|
|||
[window-named-properties-001.html]
|
||||
expected: TIMEOUT
|
||||
[An iframe element in a shadow tree should not be accessible from window's named properties with its "name" attribute value.]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue