Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: LayoutTests/editing/spelling/spellcheck-attribute-expected.txt

Issue 58953005: Refactoring spellcheck-attribute.html to use async path for spellcheck (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Get rid of duplicated elements Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « LayoutTests/editing/spelling/spellcheck-attribute.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This tests if the "spellcheck" attribute is implemented as written in its specif ication. If this test succeeds, you can see forms filled with an invalid word 'z z '. Nevertheless, the 'zz ' is not marked as misspelled in all of them. 1 This tests if the "spellcheck" attribute is implemented as written in its specif ication. If this test succeeds, you can see forms filled with an invalid word "z z". Nevertheless, the "zz" is not marked as misspelled in all of them.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
3 id=test1_1 type=text spellcheck=true parent's spellcheck=true 6 id=test1_1 type=text spellcheck=true parent's spellcheck=true
4 PASS internals.hasSpellingMarker(document, 0, 2) is true 7 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
5 id=test1_2 type=text spellcheck=true parent's spellcheck=true 8 id=test1_2 type=text spellcheck=true parent's spellcheck=true
6 PASS internals.hasSpellingMarker(document, 0, 2) is true 9 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
7 id=test1_3 type=text spellcheck=false parent's spellcheck=true 10 id=test1_3 type=text spellcheck=false parent's spellcheck=true
8 PASS internals.hasSpellingMarker(document, 0, 2) is false 11 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
9 id=test1_4 type=text spellcheck=true parent's spellcheck=true 12 id=test1_4 type=text spellcheck=true parent's spellcheck=true
10 PASS internals.hasSpellingMarker(document, 0, 2) is true 13 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
11 id=test1_5 type=text spellcheck=true parent's spellcheck=true 14 id=test1_5 type=text spellcheck=true parent's spellcheck=true
12 PASS internals.hasSpellingMarker(document, 0, 2) is true 15 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
13 id=test1_6 type=text spellcheck=true parent's spellcheck=true
14 PASS internals.hasSpellingMarker(document, 0, 2) is true
15
16 id=test2_1 type=text spellcheck=false parent's spellcheck=false 16 id=test2_1 type=text spellcheck=false parent's spellcheck=false
17 PASS internals.hasSpellingMarker(document, 0, 2) is false 17 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
18 id=test2_2 type=text spellcheck=true parent's spellcheck=false 18 id=test2_2 type=text spellcheck=true parent's spellcheck=false
19 PASS internals.hasSpellingMarker(document, 0, 2) is true 19 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
20 id=test2_3 type=text spellcheck=false parent's spellcheck=false 20 id=test2_3 type=text spellcheck=false parent's spellcheck=false
21 PASS internals.hasSpellingMarker(document, 0, 2) is false 21 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
22 id=test2_4 type=text spellcheck=false parent's spellcheck=false 22 id=test2_4 type=text spellcheck=false parent's spellcheck=false
23 PASS internals.hasSpellingMarker(document, 0, 2) is false 23 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
24 id=test2_5 type=text spellcheck=true parent's spellcheck=false 24 id=test2_5 type=text spellcheck=true parent's spellcheck=false
25 PASS internals.hasSpellingMarker(document, 0, 2) is true 25 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
26 id=test2_6 type=text spellcheck=false parent's spellcheck=false
27 PASS internals.hasSpellingMarker(document, 0, 2) is false
28
29 id=test3_1 type=search spellcheck=true parent's spellcheck=true 26 id=test3_1 type=search spellcheck=true parent's spellcheck=true
30 PASS internals.hasSpellingMarker(document, 0, 2) is true 27 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
31 id=test3_2 type=search spellcheck=true parent's spellcheck=true 28 id=test3_2 type=search spellcheck=true parent's spellcheck=true
32 PASS internals.hasSpellingMarker(document, 0, 2) is true 29 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
33 id=test3_3 type=search spellcheck=false parent's spellcheck=true 30 id=test3_3 type=search spellcheck=false parent's spellcheck=true
34 PASS internals.hasSpellingMarker(document, 0, 2) is false 31 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
35 id=test3_4 type=search spellcheck=true parent's spellcheck=true 32 id=test3_4 type=search spellcheck=true parent's spellcheck=true
36 PASS internals.hasSpellingMarker(document, 0, 2) is true 33 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
37 id=test3_5 type=search spellcheck=true parent's spellcheck=true 34 id=test3_5 type=search spellcheck=true parent's spellcheck=true
38 PASS internals.hasSpellingMarker(document, 0, 2) is true 35 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
39 id=test3_6 type=search spellcheck=true parent's spellcheck=true
40 PASS internals.hasSpellingMarker(document, 0, 2) is true
41
42 id=test4_1 type=search spellcheck=false parent's spellcheck=false 36 id=test4_1 type=search spellcheck=false parent's spellcheck=false
43 PASS internals.hasSpellingMarker(document, 0, 2) is false 37 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
44 id=test4_2 type=search spellcheck=true parent's spellcheck=false 38 id=test4_2 type=search spellcheck=true parent's spellcheck=false
45 PASS internals.hasSpellingMarker(document, 0, 2) is true 39 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
46 id=test4_3 type=search spellcheck=false parent's spellcheck=false 40 id=test4_3 type=search spellcheck=false parent's spellcheck=false
47 PASS internals.hasSpellingMarker(document, 0, 2) is false 41 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
48 id=test4_4 type=search spellcheck=false parent's spellcheck=false 42 id=test4_4 type=search spellcheck=false parent's spellcheck=false
49 PASS internals.hasSpellingMarker(document, 0, 2) is false 43 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
50 id=test4_5 type=search spellcheck=true parent's spellcheck=false 44 id=test4_5 type=search spellcheck=true parent's spellcheck=false
51 PASS internals.hasSpellingMarker(document, 0, 2) is true 45 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
52 id=test4_6 type=search spellcheck=false parent's spellcheck=false
53 PASS internals.hasSpellingMarker(document, 0, 2) is false
54 PASS successfullyParsed is true 46 PASS successfullyParsed is true
55 47
56 TEST COMPLETE 48 TEST COMPLETE
57 49
OLDNEW
« no previous file with comments | « LayoutTests/editing/spelling/spellcheck-attribute.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698