haikuwebkit/LayoutTests/accessibility/mac/select-text/select-text-135575-expected...

19 lines
591 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.

The quick brown fox jumps over the lazy dog.
TEXT2: THE quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
This tests the ability to select and replace text with respect to selection.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS windowSelection.getRangeAt(0).toString() is 'The'
PASS result is 'THE'
PASS windowSelection.getRangeAt(0).toString() is 'THE'
PASS windowSelection.getRangeAt(0).startOffset is 7
PASS windowSelection.getRangeAt(0).endOffset is 10
PASS successfullyParsed is true
TEST COMPLETE