Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / spelling / spelling-attribute-at-child-expected.txt
blob0ab342385e7295e24989e506c70e081a66be76ad
1 Tests if the spellchecker behaves correctly when child has own spellcheck attribute.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 <div contenteditable="">Foo <span spellcheck="false" id="child">[zz ]</span> Baz</div>
7 PASS internals.hasSpellingMarker(document, 1, 2) became false
9 <div contenteditable="">Foo <span id="child">[zz ]</span> Baz</div>
10 PASS internals.hasSpellingMarker(document, 1, 2) became true
12 <div contenteditable="">Foo <span spellcheck="true" id="child">[zz ]</span> Baz</div>
13 PASS internals.hasSpellingMarker(document, 1, 2) became true
15 <div spellcheck="false" contenteditable="">Foo <span spellcheck="false" id="child">[zz ]</span> Baz</div>
16 PASS internals.hasSpellingMarker(document, 1, 2) became false
18 <div spellcheck="false" contenteditable="">Foo <span id="child">[zz ]</span> Baz</div>
19 PASS internals.hasSpellingMarker(document, 1, 2) became false
21 <div spellcheck="false" contenteditable="">Foo <span spellcheck="true" id="child">[zz ]</span> Baz</div>
22 PASS internals.hasSpellingMarker(document, 1, 2) became true
24 <div spellcheck="true" contenteditable="">Foo <span spellcheck="false" id="child">[zz ]</span> Baz</div>
25 PASS internals.hasSpellingMarker(document, 1, 2) became false
27 <div spellcheck="true" contenteditable="">Foo <span id="child">[zz ]</span> Baz</div>
28 PASS internals.hasSpellingMarker(document, 1, 2) became true
30 <div spellcheck="true" contenteditable="">Foo <span spellcheck="true" id="child">[zz ]</span> Baz</div>
31 PASS internals.hasSpellingMarker(document, 1, 2) became true
33 PASS successfullyParsed is true
35 TEST COMPLETE
36 Foo [zz ] Baz
37 Foo [zz ] Baz
38 Foo [zz ] Baz
39 Foo [zz ] Baz
40 Foo [zz ] Baz
41 Foo [zz ] Baz
42 Foo [zz ] Baz
43 Foo [zz ] Baz
44 Foo [zz ] Baz