blob: 1295c1a772e17289a11cb4faadd9a03908f40596 [file] [log] [blame]
Spell check selects the misspelled word on context click in an input field. To test manually, type 'wellcome home.' and context-click on 'wellcome'. The test succeeds when 'wellcome' is selected after the context click.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.getSelection().toString() is "wellcome"
PASS window.getSelection().toString() is ""
PASS window.getSelection().toString() is "wellcome"
PASS window.getSelection().toString() is "home"
PASS successfullyParsed is true
TEST COMPLETE