mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +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,2 +1,18 @@
|
|||
[host-context-pseudo-class-in-has.html]
|
||||
expected: ERROR
|
||||
[Before adding 'a' to #host_parent: Check #subject1 color]
|
||||
expected: FAIL
|
||||
|
||||
[Before adding 'a' to #host_parent: Check #subject2 color]
|
||||
expected: FAIL
|
||||
|
||||
[After adding 'a' to #host_parent: Check #subject1 color]
|
||||
expected: FAIL
|
||||
|
||||
[After adding 'a' to #host_parent: Check #subject2 color]
|
||||
expected: FAIL
|
||||
|
||||
[After removing 'a' from #host_parent: Check #subject1 color]
|
||||
expected: FAIL
|
||||
|
||||
[After removing 'a' from #host_parent: Check #subject2 color]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,12 @@
|
|||
[host-pseudo-class-in-has.html]
|
||||
expected: ERROR
|
||||
[Before adding 'a' to #host: Check #subject1 color]
|
||||
expected: FAIL
|
||||
|
||||
[Before adding 'a' to #host: Check #subject2 color]
|
||||
expected: FAIL
|
||||
|
||||
[After adding 'a' to #host: Check #subject1 color]
|
||||
expected: FAIL
|
||||
|
||||
[After adding 'a' to #host: Check #subject2 color]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue