Update web-platform-tests to revision b'9d20f3ae600d00673a27a69f69e13d4cd8eca443' (#36195)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-03-28 07:07:42 +01:00 committed by GitHub
parent 3f5220b421
commit ecaf2930cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
734 changed files with 24588 additions and 5583 deletions

View file

@ -7,3 +7,27 @@
[modify createRange() range added to selection before setStart/setEnd calls.]
expected: FAIL
[modify getRangeAt() range: setStart() to disconnected node will collapse and remove the live range from the selection.]
expected: FAIL
[modify getRangeAt() range: setEnd() crosses shadow boundary into the shadow DOM and after start, which collapses live range. Composed selection range is not collapsed.]
expected: FAIL
[modify getRangeAt() range: setStart() crosses shadow boundary into the shadow DOM and before end, which collapses live range. Composed selection range is not collapsed.]
expected: FAIL
[modify getRangeAt() range: setStart() crosses shadow boundary into the shadow DOM and after end, which collapses both live range and composed selection range.]
expected: FAIL
[modify getRangeAt() range: selectNode() innerHost for all ranges.]
expected: FAIL
[modify getRangeAt() range: collapse() collapses all ranges.]
expected: FAIL
[modify createRange() range: adding to selection sets the selection]
expected: FAIL
[modify createRange() range: added to selection before setStart/setEnd calls.]
expected: FAIL