servo/tests/wpt/meta/css/cssom/caretRangeFromPoint.tentative.html.ini
Servo WPT Sync 016524bd3c
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>
2025-09-21 05:47:33 +00:00

21 lines
835 B
INI
Vendored

[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