mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Make traverse_preorder follow children of shadow hosts (#35276)
* Make traverse_preorder follow children of shadow hosts Children of shadow hosts are not displayed, but they still exist in the DOM and must be traversed. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Fix traverse_preorder over shadow roots Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
3a75e1205b
commit
aa09e2b88f
17 changed files with 25 additions and 185 deletions
|
@ -22,15 +22,3 @@
|
|||
|
||||
[offsetParent must find the first offset parent which is a shadow-including ancestor of the context object even some shadow tree of closed mode did not have any offset parent]
|
||||
expected: FAIL
|
||||
|
||||
[offsetParent must return null on a child element of a shadow host for the shadow tree in open mode which is not assigned to any slot]
|
||||
expected: FAIL
|
||||
|
||||
[offsetParent must return null on a child element of a shadow host for the shadow tree in closed mode which is not assigned to any slot]
|
||||
expected: FAIL
|
||||
|
||||
[offsetParent must return null on a child element of a shadow host for the shadow tree in open mode which is not in the flat tree]
|
||||
expected: FAIL
|
||||
|
||||
[offsetParent must return null on a child element of a shadow host for the shadow tree in closed mode which is not in the flat tree]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue