OLD | NEW |
1 For Bug 41423: Spelling marker should remain after hitting a backspace key. | 1 Spelling markers should remain while merging two lines. |
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 firstLineText() is 'OK' | 6 PASS firstLineText('target1') is "OK" |
7 PASS sel.anchorNode.data is 'OK zz OK' | 7 PASS sel.anchorNode.data is "OK zz OK" |
8 PASS internals.hasSpellingMarker(document, 3, 2) is true | 8 PASS internals.hasSpellingMarker(document, 3, 2) became true |
9 PASS sel.anchorNode.data is 'OKOK zz OK' | 9 PASS firstLineText('target2') is "OKOK zz OK" |
10 PASS firstLineText() is 'OKOK zz OK' | 10 PASS sel.anchorNode.data is "OKOK zz OK" |
11 PASS internals.hasSpellingMarker(document, 5, 2) is true | 11 PASS internals.hasSpellingMarker(document, 5, 2) became true |
12 PASS firstLineText() is 'OK' | 12 PASS firstLineText('target3') is "OKOK zz OK" |
13 PASS sel.anchorNode.data is 'OK zz OK' | 13 PASS sel.anchorNode.data is "OKOK zz OK" |
14 PASS internals.hasSpellingMarker(document, 3, 2) is true | 14 PASS internals.hasSpellingMarker(document, 5, 2) became true |
15 PASS firstLineText() is 'OKOK zz OK' | |
16 PASS sel.anchorNode.data is 'OKOK zz OK' | |
17 PASS internals.hasSpellingMarker(document, 5, 2) is true | |
18 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
19 | 16 |
20 TEST COMPLETE | 17 TEST COMPLETE |
21 | 18 |
OLD | NEW |