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

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

Issue 23444027: TEST COMPLETE does not appear at the end of spellchecking tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 3 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
OLDNEW
1 Test for Unified Spell Checker & Async Spell Checker. 1 Test for Unified Spell Checker & Async Spell Checker.
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 PASS successfullyParsed is true
6
7 TEST COMPLETE
8 PASS text : "zz" has markers: [zz] 5 PASS text : "zz" has markers: [zz]
9 PASS text : "apple,zz,orange" has markers: [zz] 6 PASS text : "apple,zz,orange" has markers: [zz]
10 PASS text : "zz,zz" has markers: [zz,zz] 7 PASS text : "zz,zz" has markers: [zz,zz]
11 PASS text : "zz zz zz" has markers: [zz,zz,zz] 8 PASS text : "zz zz zz" has markers: [zz,zz,zz]
12 PASS text : " zz zz zz " has markers: [zz,zz,zz] 9 PASS text : " zz zz zz " has markers: [zz,zz,zz]
13 PASS text : "zz apple orange" has markers: [zz] 10 PASS text : "zz apple orange" has markers: [zz]
14 PASS text : "apple zz orange" has markers: [zz] 11 PASS text : "apple zz orange" has markers: [zz]
15 PASS text : "apple orange zz" has markers: [zz] 12 PASS text : "apple orange zz" has markers: [zz]
16 PASS text : "zzz" has markers: [] 13 PASS text : "zzz" has markers: []
17 PASS text : "I would like to sleep, zzz" has markers: [] 14 PASS text : "I would like to sleep, zzz" has markers: []
15 PASS successfullyParsed is true
18 16
17 TEST COMPLETE
18
OLDNEW
« no previous file with comments | « LayoutTests/editing/spelling/spellcheck-async.html ('k') | LayoutTests/editing/spelling/spellcheck-disable-enable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698