mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Enable Shadow DOM for tests (#34299)
* Enable shadowdom implementation in all tests. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Update test expectations. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
c73e4baca2
commit
910e8dc89f
207 changed files with 4735 additions and 260 deletions
48
tests/wpt/meta/shadow-dom/offsetParent-across-shadow-boundaries.html.ini
vendored
Normal file
48
tests/wpt/meta/shadow-dom/offsetParent-across-shadow-boundaries.html.ini
vendored
Normal file
|
@ -0,0 +1,48 @@
|
|||
[offsetParent-across-shadow-boundaries.html]
|
||||
[offsetParent must return the offset parent in the same shadow tree of open mode]
|
||||
expected: FAIL
|
||||
|
||||
[offsetParent must return the offset parent in the same shadow tree of closed mode]
|
||||
expected: FAIL
|
||||
|
||||
[offsetParent must return the offset parent in the same shadow tree of open mode even when nested]
|
||||
expected: FAIL
|
||||
|
||||
[offsetParent must return the offset parent in the same shadow tree of closed mode even when nested]
|
||||
expected: FAIL
|
||||
|
||||
[offsetParent must skip offset parents of an element when the context object is assigned to a slot in a shadow tree of open mode]
|
||||
expected: FAIL
|
||||
|
||||
[offsetParent must skip offset parents of an element when the context object is assigned to a slot in a shadow tree of closed mode]
|
||||
expected: FAIL
|
||||
|
||||
[offsetParent must skip multiple offset parents of an element when the context object is assigned to a slot in a shadow tree of open mode]
|
||||
expected: FAIL
|
||||
|
||||
[offsetParent must skip multiple offset parents of an element when the context object is assigned to a slot in a shadow tree of closed mode]
|
||||
expected: FAIL
|
||||
|
||||
[offsetParent must skip offset parents of an element when the context object is assigned to a slot in nested shadow trees of open mode]
|
||||
expected: FAIL
|
||||
|
||||
[offsetParent must skip offset parents of an element when the context object is assigned to a slot in nested shadow trees of closed mode]
|
||||
expected: FAIL
|
||||
|
||||
[offsetParent must find the first offset parent which is a shadow-including ancestor of the context object even some shadow tree of open mode did not have any offset parent]
|
||||
expected: FAIL
|
||||
|
||||
[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