OLD | NEW |
1 Spell check markers should be removed from the whole page when disabling spell c
hecker but they should be restored in the focused editable if spell checker gets
enabled. To test manually type something with mispellings in the above editable
element and iframe and turn spell checker off - misspelling markers should disa
ppear. Having the editable focused turn spell checker on again. Misspellings in
the editable should be marked again. | 1 Spell check markers should be removed from the whole page when disabling spell c
hecker but they should be restored in the focused editable if spell checker gets
enabled. To test manually type something with mispellings in the above editable
element and iframe and turn spell checker off - misspelling markers should disa
ppear. Having the editable focused turn spell checker on again. Misspellings in
the editable should be marked again. |
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 successfullyParsed is true | |
7 | |
8 TEST COMPLETE | |
9 PASS internals.markerCountForNode(destination_elm.childNodes[0], "spelling") is
1 | 6 PASS internals.markerCountForNode(destination_elm.childNodes[0], "spelling") is
1 |
10 PASS internals.markerCountForNode(destination_elm_in_frame.childNodes[0], "spell
ing") is 1 | 7 PASS internals.markerCountForNode(destination_elm_in_frame.childNodes[0], "spell
ing") is 1 |
11 PASS internals.markerCountForNode(destination_elm.childNodes[0], "spelling") is
0 | 8 PASS internals.markerCountForNode(destination_elm.childNodes[0], "spelling") is
0 |
12 PASS internals.markerCountForNode(destination_elm_in_frame.childNodes[0], "spell
ing") is 0 | 9 PASS internals.markerCountForNode(destination_elm_in_frame.childNodes[0], "spell
ing") is 0 |
13 PASS internals.markerCountForNode(destination_elm.childNodes[0], "spelling") is
1 | 10 PASS internals.markerCountForNode(destination_elm.childNodes[0], "spelling") is
1 |
| 11 PASS successfullyParsed is true |
| 12 |
| 13 TEST COMPLETE |
14 zz. | 14 zz. |
15 | 15 |
OLD | NEW |