| OLD | NEW |
| (Empty) |
| 1 Spelling should ignore whitespace. To test manually, type 'hello, wellcome home.
', select ' wellcome ', and context-click on the selection. The test succeeds wh
en the context menu has spell check suggestions. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS spellingMarkerRange.toString() is "wellcome" | |
| 7 PASS window.getSelection().toString() is " wellcome " | |
| 8 PASS spellingMarkerRange.toString() is "wellcome" | |
| 9 PASS window.getSelection().toString() is " wellcome " | |
| 10 PASS contextMenuElements[contextMenuElements.length - 1] is "welcome" | |
| 11 PASS successfullyParsed is true | |
| 12 | |
| 13 TEST COMPLETE | |
| 14 hello, wellcome home. | |
| OLD | NEW |