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:
Servo WPT Sync 2024-08-19 03:45:30 -04:00 committed by GitHub
parent b5fe99ba5d
commit d59a7f62f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
806 changed files with 25198 additions and 2228 deletions

View file

@ -0,0 +1,6 @@
[Range-isPointInRange.html]
[isPointInRange() test for collapsed selection]
expected: FAIL
[isPointInRange() test for non-collapsed selection]
expected: FAIL

View 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

View 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

View 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

View file

@ -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