/home/clopez/webkit/webkit/layout-test-results/editing/spelling/spellcheck-paste-continuous-disabled-actual.txt

1 Test if WebKit does not spellcheck text when pasting text and continuous spellcheck is turned off. To test manually, copy the text "zz apple", disable continuous spellcheck and paste it to editable element below. When "zz" is not marked as misspelled, this test succeeds.
 1FAIL: Timed out waiting for notifyDone to be called
22
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