Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / spelling / spelling-hasspellingmarker-expected.txt
blob1ebca133dd20cd900ff7d2f1cf12f174def6955d
1 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.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS internals.hasSpellingMarker(document, 0, 2) became true
7 PASS internals.hasSpellingMarker(document, 0, 2) became true
8 PASS internals.hasSpellingMarker(document, 0, 2) became true
9 PASS internals.hasSpellingMarker(document, 0, 2) became false
10 PASS successfullyParsed is true
12 TEST COMPLETE