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
6
tests/wpt/meta/shadow-dom/focus/focus-shadowhost-display-none.html.ini
vendored
Normal file
6
tests/wpt/meta/shadow-dom/focus/focus-shadowhost-display-none.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[focus-shadowhost-display-none.html]
|
||||
[when shadow host itself is focused, it should match display:none, lose focus then becomes display:block again.]
|
||||
expected: FAIL
|
||||
|
||||
[when shadow host with delegatesFocus=true has focused element inside the shadow, it should also match display:none, then lose focus and become display:block again.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue