blob: 1ebca133dd20cd900ff7d2f1cf12f174def6955d [file] [log] [blame]
This tests if internals.hasSpellingMarker works for differnt type of elements. This test succeds when there are four elements having "zz ". However, only the last one should not contatin spelling marker.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS internals.hasSpellingMarker(document, 0, 2) became true
PASS internals.hasSpellingMarker(document, 0, 2) became true
PASS internals.hasSpellingMarker(document, 0, 2) became true
PASS internals.hasSpellingMarker(document, 0, 2) became false
PASS successfullyParsed is true
TEST COMPLETE