servo/tests/wpt/meta/css/cssom/caretPositionFromPoint.html.ini
Servo WPT Sync 86c37a380b
Sync WPT with upstream (10-08-2025) (#38583)
Automated downstream sync of changes from upstream as of 10-08-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
2025-08-10 11:09:48 +00:00

24 lines
958 B
INI
Vendored

[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
[document.caretPositionFromPoint() should return a CaretPosition over elements with `user-select: none`]
expected: FAIL
[document.caretPositionFromPoint() should return a CaretPosition over video elements]
expected: FAIL
[document.caretPositionFromPoint() should return a CaretPosition over audio elements]
expected: FAIL
[document.caretPositionFromPoint() should return a CaretPosition over SVG elements]
expected: FAIL