Update web-platform-tests to revision b'5a9d9349a312e12a950d5f4703cd41609a06f242' (#33923)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-10-20 03:33:44 +02:00 committed by GitHub
parent c242822eeb
commit d0d02cd56c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
632 changed files with 69406 additions and 3168 deletions

View file

@ -0,0 +1,32 @@
[Selection-getComposedRanges-dom-mutations-removal.html?mode=open]
[Range is fully in shadow tree. Removing shadow host collapses composed StaticRange. Note it does not update previously returned composed StaticRange.]
expected: FAIL
[Range is fully in shadow tree. Removing parent of shadow host collapses composed StaticRange.]
expected: FAIL
[Range is in light DOM. Removing startContainer rescopes new composed range to its parent.]
expected: FAIL
[Range is across shadow trees. Replacing shadowRoot content rescopes new composed range to the shadowRoot.]
expected: FAIL
[Range is between two light slotted contents. Removing start container rescopes to its parent in light tree.]
expected: FAIL
[Selection-getComposedRanges-dom-mutations-removal.html?mode=closed]
[Range is fully in shadow tree. Removing shadow host collapses composed StaticRange. Note it does not update previously returned composed StaticRange.]
expected: FAIL
[Range is fully in shadow tree. Removing parent of shadow host collapses composed StaticRange.]
expected: FAIL
[Range is in light DOM. Removing startContainer rescopes new composed range to its parent.]
expected: FAIL
[Range is across shadow trees. Replacing shadowRoot content rescopes new composed range to the shadowRoot.]
expected: FAIL
[Range is between two light slotted contents. Removing start container rescopes to its parent in light tree.]
expected: FAIL

View file

@ -0,0 +1,9 @@
[Selection-getComposedRanges-slot.html]
[Setting the range to start on slotted content and end in shadow tree, should follow DOM tree order.]
expected: FAIL
[Setting the range to start and end on slotted content, should follow DOM tree order.]
expected: FAIL
[Setting the range to start on unslotted content and end in shadow tree, should follow DOM tree order.]
expected: FAIL