Sync WPT with upstream (21-09-2025) (#39414)

Automated downstream sync of changes from upstream as of 21-09-2025
[no-wpt-sync]

---------

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
Co-authored-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
Servo WPT Sync 2025-09-21 07:47:33 +02:00 committed by GitHub
parent 77ae3a0eb3
commit 016524bd3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
716 changed files with 12167 additions and 4567 deletions

View file

@ -0,0 +1,2 @@
[caretRangeFromPoint-replace-document.tentative.html]
expected: CRASH

View file

@ -0,0 +1,6 @@
[caretRangeFromPoint-textarea-transform.tentative.html]
[document.caretRangeFromPoint(0, 0)]
expected: FAIL
[document.caretRangeFromPoint(10, 10)]
expected: FAIL

View file

@ -0,0 +1,21 @@
[caretRangeFromPoint.tentative.html]
[document.caretRangeFromPoint() (no supplied coordinates) returns Range with 0 0 values]
expected: FAIL
[document.caretRangeFromPoint() should return null for a document with no viewport]
expected: FAIL
[document.caretRangeFromPoint() should return null if given coordinates outside of the viewport]
expected: FAIL
[document.caretRangeFromPoint() should return a Range at the specified location]
expected: FAIL
[document.caretRangeFromPoint() should return a client rect close to the given coords]
expected: FAIL
[document.caretRangeFromPoint() on a shadow should return a Range pointing at the same node as caretPositionFromPoint]
expected: FAIL
[document.caretRangeFromPoint() on a textarea should return a Range pointing at canvas]
expected: FAIL