mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +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 +0,0 @@
|
|||
[selection-modify-line-boundary-around-shadow.html]
|
||||
expected: TIMEOUT
|
|
@ -1,4 +1,5 @@
|
|||
[Selection-getComposedRanges-dom-mutations-removal.html?mode=open]
|
||||
expected: CRASH
|
||||
[Range is fully in shadow tree. Removing shadow host collapses composed StaticRange. Note it does not update previously returned composed StaticRange.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -16,6 +17,7 @@
|
|||
|
||||
|
||||
[Selection-getComposedRanges-dom-mutations-removal.html?mode=closed]
|
||||
expected: CRASH
|
||||
[Range is fully in shadow tree. Removing shadow host collapses composed StaticRange. Note it does not update previously returned composed StaticRange.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[Selection-later-become-slotted-content.html]
|
||||
expected: CRASH
|
||||
[test to select a light DOM element and it becomes a slotted content after the selection]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
[selectionchange-on-shadow-dom.html]
|
||||
expected: ERROR
|
||||
[selectionchange event fired on a shadow dom bubble to the document]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue