Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / spelling / spellcheck-attribute-expected.txt
blob4006638146f8e19e14648dfe2af00480fad990f4
1 This tests if the "spellcheck" attribute is implemented as written in its specification. If this test succeeds, you can see forms filled with an invalid word "zz". Nevertheless, the "zz" is not marked as misspelled in all of them.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 id=test1_1 type=text spellcheck=true parent's spellcheck=true
7 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
8 id=test1_2 type=text spellcheck=true parent's spellcheck=true
9 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
10 id=test1_3 type=text spellcheck=false parent's spellcheck=true
11 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
12 id=test1_4 type=text spellcheck=true parent's spellcheck=true
13 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
14 id=test1_5 type=text spellcheck=true parent's spellcheck=true
15 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
16 id=test2_1 type=text spellcheck=false parent's spellcheck=false
17 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
18 id=test2_2 type=text spellcheck=true parent's spellcheck=false
19 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
20 id=test2_3 type=text spellcheck=false parent's spellcheck=false
21 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
22 id=test2_4 type=text spellcheck=false parent's spellcheck=false
23 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
24 id=test2_5 type=text spellcheck=true parent's spellcheck=false
25 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
26 id=test3_1 type=search spellcheck=true parent's spellcheck=true
27 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
28 id=test3_2 type=search spellcheck=true parent's spellcheck=true
29 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
30 id=test3_3 type=search spellcheck=false parent's spellcheck=true
31 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
32 id=test3_4 type=search spellcheck=true parent's spellcheck=true
33 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
34 id=test3_5 type=search spellcheck=true parent's spellcheck=true
35 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
36 id=test4_1 type=search spellcheck=false parent's spellcheck=false
37 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
38 id=test4_2 type=search spellcheck=true parent's spellcheck=false
39 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
40 id=test4_3 type=search spellcheck=false parent's spellcheck=false
41 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
42 id=test4_4 type=search spellcheck=false parent's spellcheck=false
43 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
44 id=test4_5 type=search spellcheck=true parent's spellcheck=false
45 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
46 PASS successfullyParsed is true
48 TEST COMPLETE