mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
13 lines
509 B
INI
13 lines
509 B
INI
[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
|