mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +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
|
@ -1,18 +0,0 @@
|
|||
[slot-direction.window.html]
|
||||
[<slot> element sets CSS direction property: <slot> inherits direction from parent]
|
||||
expected: FAIL
|
||||
|
||||
[<slot> element sets CSS direction property: <slot> inherits CSS direction from parent]
|
||||
expected: FAIL
|
||||
|
||||
[<slot> element sets CSS direction property: <slot dir=ltr>]
|
||||
expected: FAIL
|
||||
|
||||
[<slot> element sets CSS direction property: <slot dir=rtl>]
|
||||
expected: FAIL
|
||||
|
||||
[<slot> element sets CSS direction property: <slot dir=auto> resolving to LTR]
|
||||
expected: FAIL
|
||||
|
||||
[<slot> element sets CSS direction property: <slot dir=auto> resolving to RTL]
|
||||
expected: FAIL
|
|
@ -1,2 +1,2 @@
|
|||
[legend-in-slot.html]
|
||||
expected: FAIL
|
||||
expected: CRASH
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[sticky-content-crash.html]
|
||||
expected: CRASH
|
Loading…
Add table
Add a link
Reference in a new issue