| OLD | NEW |
| (Empty) |
| 1 Spelling should be disabled when user selects multiple words that are not a sing
le misspelling. To test manually, type 'wellcome home.', select 'wellcome home',
and context-click on the selection. The test suceeds when the context menu has
no 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 "" | |
| 8 PASS window.getSelection().toString() is "wellcome home" | |
| 9 PASS spellingMarkerRange.toString() is "wellcome" | |
| 10 PASS window.getSelection().toString() is "wellcome home" | |
| 11 PASS contextMenuElements[contextMenuElements.length - 1] is "<separator>" | |
| 12 PASS successfullyParsed is true | |
| 13 | |
| 14 TEST COMPLETE | |
| 15 wellcome home. | |
| OLD | NEW |