| OLD | NEW |
| 1 For Bug 40092: Spell checking for pasted text. | 1 For Bug 40092: Spell checking for pasted text. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS INPUT has a marker on 'zz apple' | 6 PASS INPUT has a marker on 'zz apple' |
| 7 PASS INPUT has a marker on 'z<b>z appl</b>e' | 7 PASS verifyMarker(destination, misspelledLocations) became true |
| 8 PASS INPUT has a marker on 'zz apple' |
| 9 PASS verifyMarker(destination, misspelledLocations) became true |
| 8 PASS INPUT has a marker on 'zz zz zz' | 10 PASS INPUT has a marker on 'zz zz zz' |
| 11 PASS verifyMarker(destination, misspelledLocations) became true |
| 9 PASS TEXTAREA has a marker on 'zz apple' | 12 PASS TEXTAREA has a marker on 'zz apple' |
| 10 PASS TEXTAREA has a marker on 'z<b>z appl</b>e' | 13 PASS verifyMarker(destination, misspelledLocations) became true |
| 14 PASS TEXTAREA has a marker on 'zz apple' |
| 15 PASS verifyMarker(destination, misspelledLocations) became true |
| 11 PASS TEXTAREA has a marker on 'zz zz zz' | 16 PASS TEXTAREA has a marker on 'zz zz zz' |
| 17 PASS verifyMarker(destination, misspelledLocations) became true |
| 12 PASS DIV has a marker on 'zz apple' | 18 PASS DIV has a marker on 'zz apple' |
| 19 PASS verifyMarker(destination, misspelledLocations) became true |
| 13 PASS DIV has a marker on 'z<b>z appl</b>e' | 20 PASS DIV has a marker on 'z<b>z appl</b>e' |
| 21 PASS verifyMarker(destination, misspelledLocations) became true |
| 14 PASS DIV has a marker on 'zz zz zz' | 22 PASS DIV has a marker on 'zz zz zz' |
| 23 PASS verifyMarker(destination, misspelledLocations) became true |
| 15 PASS successfullyParsed is true | 24 PASS successfullyParsed is true |
| 16 | 25 |
| 17 TEST COMPLETE | 26 TEST COMPLETE |
| 18 | 27 |
| OLD | NEW |