Update web-platform-tests to revision b'7aaad11d87d7a02515081e55609d31ab6ff173fc' (#30753)

This commit is contained in:
Servo WPT Sync 2023-11-19 04:40:18 -05:00 committed by GitHub
parent 7086dd8f48
commit 334c67a3cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
860 changed files with 15897 additions and 5690 deletions

View file

@ -1,4 +1,3 @@
[caretPositionFromPoint-with-transformation.html]
expected: ERROR
[iframe's with equal content should report the same caret offset]
expected: TIMEOUT
expected: FAIL

View file

@ -0,0 +1,12 @@
[caretPositionFromPoint.html]
[document.caretPositionFromPoint() should return null for a document with no viewport]
expected: FAIL
[document.caretPositionFromPoint() should return null if given coordinates outside of the viewport]
expected: FAIL
[document.caretPositionFromPoint() should return a CaretPosition at the specified location]
expected: FAIL
[CaretRange.getClientRect() should return a DOMRect that matches one obtained from a manually constructed Range]
expected: FAIL