haikuwebkit/LayoutTests/accessibility/gtk/text-at-offset-special-char...

20 lines
759 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

« This is a paragraph with “special” characters inside. »
List item with some text that wraps across different lines.
List item with some text that wraps across different lines.
This tests the ability to get element text for different granularities and offsets.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS paragraph.lineAtOffset(0) is '« This is a paragraph with “special” characters inside. », 0, 57'
PASS listitem.lineAtOffset(3) is '• List item , 0, 12'
PASS listitem.lineAtOffset(13) is 'with some , 12, 22'
PASS listitem.lineAtOffset(3) is '• List item , 0, 12'
PASS listitem.lineAtOffset(13) is 'with some , 12, 22'
PASS successfullyParsed is true
TEST COMPLETE