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

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

Issue 190663014: Verify spellcheck attribute asynchronously (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: apply tony and groby comments Created 6 years, 9 months 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/spelling-attribute-at-child-expected.txt ('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 Tests if the spellchecker behavior change after the spellcheck attribute changed by the script. 1 Tests if the spellchecker behaves correctly when the spellcheck attribute is bei ng changed by the script.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS target.spellcheck is true 6 PASS target.spellcheck is true
7 PASS internals.hasSpellingMarker(document, 6, 2) is true 7 PASS internals.hasSpellingMarker(document, 6, 2) became true
8 PASS target.spellcheck is false 8 PASS target.spellcheck is false
9 PASS internals.hasSpellingMarker(document, 6, 2) is false 9 PASS internals.hasSpellingMarker(document, 6, 2) became false
10 PASS target.spellcheck is true 10 PASS target.spellcheck is true
11 PASS internals.hasSpellingMarker(document, 6, 2) is true 11 PASS internals.hasSpellingMarker(document, 6, 2) became true
12 PASS target.spellcheck is false 12 PASS target.spellcheck is false
13 PASS internals.hasSpellingMarker(document, 6, 2) is false 13 PASS internals.hasSpellingMarker(document, 6, 2) became false
14 PASS target.spellcheck is true 14 PASS target.spellcheck is true
15 PASS internals.hasSpellingMarker(document, 6, 2) is true 15 PASS internals.hasSpellingMarker(document, 6, 2) became true
16 PASS target.spellcheck is false 16 PASS target.spellcheck is false
17 PASS internals.hasSpellingMarker(document, 6, 2) is false 17 PASS internals.hasSpellingMarker(document, 6, 2) became false
18 PASS target.spellcheck is true 18 PASS target.spellcheck is true
19 PASS internals.hasSpellingMarker(document, 6, 2) is true 19 PASS internals.hasSpellingMarker(document, 6, 2) became true
20 PASS target.spellcheck is false 20 PASS target.spellcheck is false
21 PASS internals.hasSpellingMarker(document, 6, 2) is false 21 PASS internals.hasSpellingMarker(document, 6, 2) became false
22 PASS target.spellcheck is true 22 PASS target.spellcheck is true
23 PASS internals.hasSpellingMarker(document, 6, 2) is true 23 PASS internals.hasSpellingMarker(document, 6, 2) became true
24 PASS target.spellcheck is false 24 PASS target.spellcheck is false
25 PASS internals.hasSpellingMarker(document, 6, 2) is false 25 PASS internals.hasSpellingMarker(document, 6, 2) became false
26 PASS target.spellcheck is true 26 PASS target.spellcheck is true
27 PASS internals.hasSpellingMarker(document, 6, 2) is true 27 PASS internals.hasSpellingMarker(document, 6, 2) became true
28 PASS target.spellcheck is false 28 PASS target.spellcheck is false
29 PASS internals.hasSpellingMarker(document, 6, 2) is false 29 PASS internals.hasSpellingMarker(document, 6, 2) became false
30 PASS target.spellcheck is true 30 PASS target.spellcheck is true
31 PASS internals.hasSpellingMarker(document, 6, 2) is true 31 PASS internals.hasSpellingMarker(document, 6, 2) became true
32 PASS target.spellcheck is false 32 PASS target.spellcheck is false
33 PASS internals.hasSpellingMarker(document, 6, 2) is false 33 PASS internals.hasSpellingMarker(document, 6, 2) became false
34 PASS target.spellcheck is true 34 PASS target.spellcheck is true
35 PASS internals.hasSpellingMarker(document, 6, 2) is true 35 PASS internals.hasSpellingMarker(document, 6, 2) became true
36 PASS target.spellcheck is false 36 PASS target.spellcheck is false
37 PASS internals.hasSpellingMarker(document, 6, 2) is false 37 PASS internals.hasSpellingMarker(document, 6, 2) became false
38 PASS target.spellcheck is true 38 PASS target.spellcheck is true
39 PASS internals.hasSpellingMarker(document, 6, 2) is true 39 PASS internals.hasSpellingMarker(document, 6, 2) became true
40 PASS target.spellcheck is false 40 PASS target.spellcheck is false
41 PASS internals.hasSpellingMarker(document, 6, 2) is false 41 PASS internals.hasSpellingMarker(document, 6, 2) became false
42 PASS successfullyParsed is true 42 PASS successfullyParsed is true
43 43
44 TEST COMPLETE 44 TEST COMPLETE
45 45 Hello,zz Hello,zz Hello,zz Hello,zz Hello,zz Hello,zz 
OLDNEW
« no previous file with comments | « LayoutTests/editing/spelling/spelling-attribute-at-child-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698