mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Update web-platform-tests to revision b'ebe057a1153d34042bac1ff3dc944220876f69ec' (#33116)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
b5fe99ba5d
commit
d59a7f62f8
806 changed files with 25198 additions and 2228 deletions
6
tests/wpt/meta/selection/shadow-dom/tentative/Range-isPointInRange.html.ini
vendored
Normal file
6
tests/wpt/meta/selection/shadow-dom/tentative/Range-isPointInRange.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Range-isPointInRange.html]
|
||||
[isPointInRange() test for collapsed selection]
|
||||
expected: FAIL
|
||||
|
||||
[isPointInRange() test for non-collapsed selection]
|
||||
expected: FAIL
|
12
tests/wpt/meta/selection/shadow-dom/tentative/Selection-collapse-and-extend.html.ini
vendored
Normal file
12
tests/wpt/meta/selection/shadow-dom/tentative/Selection-collapse-and-extend.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Selection-collapse-and-extend.html]
|
||||
[collapse can set selection to a node inside a shadow tree]
|
||||
expected: FAIL
|
||||
|
||||
[collapse abort steps when called with a disconnected node inside a shadow tree]
|
||||
expected: FAIL
|
||||
|
||||
[extend can set selection to a node inside a shadow tree]
|
||||
expected: FAIL
|
||||
|
||||
[extend abort steps when called with a disconnected node inside a shadow tree]
|
||||
expected: FAIL
|
6
tests/wpt/meta/selection/shadow-dom/tentative/Selection-getComposedRanges-collapsed.html.ini
vendored
Normal file
6
tests/wpt/meta/selection/shadow-dom/tentative/Selection-getComposedRanges-collapsed.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Selection-getComposedRanges-collapsed.html]
|
||||
[Setting the range to nodes that aren't in the same tree collapses both composed and non-composed ranges.]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the range to nodes in different shadow trees collapses ordinary ranges, but does not collapse composed ranges.]
|
||||
expected: FAIL
|
36
tests/wpt/meta/selection/shadow-dom/tentative/Selection-getComposedRanges.html.ini
vendored
Normal file
36
tests/wpt/meta/selection/shadow-dom/tentative/Selection-getComposedRanges.html.ini
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
[Selection-getComposedRanges.html]
|
||||
[getComposedRanges returns an empty sequence when there is no selection]
|
||||
expected: FAIL
|
||||
|
||||
[getComposedRanges should fail if argument is not a shadow root]
|
||||
expected: FAIL
|
||||
|
||||
[getComposedRanges returns a sequence with a static range when there is a forward-direction selection in the document tree]
|
||||
expected: FAIL
|
||||
|
||||
[getComposedRanges returns a sequence with a static range when there is a backward-direction selection in the document tree]
|
||||
expected: FAIL
|
||||
|
||||
[getComposedRanges returns a sequence with a static range pointing to a shadaw tree when there is a selection in the shadow tree and the shadow tree is specified as an argument]
|
||||
expected: FAIL
|
||||
|
||||
[getComposedRanges returns a sequence with a static range pointing to the shadow host when there is a selection in a shadow tree and the shadow tree is not specified as an argument]
|
||||
expected: FAIL
|
||||
|
||||
[getComposedRanges a sequence with a static range pointing to the shadow host when there is a forward selection that crosses shadow boundaries and the shadow tree is not specified as an argument]
|
||||
expected: FAIL
|
||||
|
||||
[getComposedRanges a sequence with a static range that crosses shadow boundaries when there is a forward selection that crosses shadow boundaries and the shadow tree is specified as an argument]
|
||||
expected: FAIL
|
||||
|
||||
[getComposedRanges returns a sequence with a static range pointing to the outer shadow host when there is a selection in an inner shadow tree and no shadow tree is specified as an argument]
|
||||
expected: FAIL
|
||||
|
||||
[getComposedRanges returns a sequence with a static range pointing to the inner shadow tree when there is a selection in an inner shadow tree and the inner shadow tree is specified as an argument]
|
||||
expected: FAIL
|
||||
|
||||
[getComposedRanges returns a sequence with a static range pointing to the outer shadow tree when there is a selection in an inner shadow tree and the outer shadow tree is specified as an argument]
|
||||
expected: FAIL
|
||||
|
||||
[getComposedRanges returns a sequence with a static range without rescoping when there is a selection in an outer shadow tree and the inner shadow tree is specified as an argument]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[Selection-later-become-slotted-content.html]
|
||||
[test to select a light DOM element and it becomes a slotted content after the selection]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue