3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 document.execCommand("InsertText", false, "z")
7 document.execCommand("InsertText", false, "z")
8 document.execCommand("InsertText", false, " ")
9 document.execCommand("InsertText", false, "a")
10 document.execCommand("InsertText", false, "p")
11 document.execCommand("InsertText", false, "p")
12 document.execCommand("InsertText", false, "l")
13 document.execCommand("InsertText", false, "e")
14 PASS internals.hasSpellingMarker(0, 2) became true
15 document.execCommand('Copy')
16 internals.setContinuousSpellCheckingEnabled(false)
17 document.execCommand('Paste')
18 PASS internals.hasSpellingMarker(0, 2) became different from true
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22 zz apple
23 zz apple