1 Spell checking should be triggered on focus of an editable. To test manually type focus above editable and textarea. Misspellings in them should be marked on focus.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS internals.markerCountForNode(findFirstTextNode(testEditable), "spelling") is 0
7 PASS internals.markerCountForNode(findFirstTextNode(testEditable), "spelling") is 3
8 PASS internals.markerCountForNode(findFirstTextNode(testTextArea), "spelling") is 0
9 PASS internals.markerCountForNode(findFirstTextNode(testTextArea), "spelling") is 3
10 PASS internals.markerCountForNode(findFirstTextNode(testTextField), "spelling") is 0
11 PASS internals.markerCountForNode(findFirstTextNode(testTextField), "spelling") is 3
12 PASS successfullyParsed is true