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

Side by Side Diff: LayoutTests/editing/spelling/grammar-paste-expected.txt

Issue 23534071: Use shouldBecomeEqual in asynchronous spellchecking tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Apply Tony's review and use asynchronous spellchecking in two tests 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 Grammar checking for pasted text. 1 Grammar checking for pasted text.
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 DIV has a marker on 'You has the right.' 6 PASS DIV ungrammatical phrase 'has' on 'You has the right.'
7 PASS DIV has a marker on 'I have a<b>n ki</b>wi. I have no idea.' 7 PASS verifyMarker(destination, ungrammaticalPhrase) became true
8 PASS DIV has a marker on 'I have an grape. I have an muscat. I don't know.' 8 PASS DIV ungrammatical phrase 'a' on 'I have a<b>n ki</b>wi. I have no idea.'
9 PASS INPUT has a marker on 'You has the right.' 9 PASS verifyMarker(destination, ungrammaticalPhrase) became true
10 PASS INPUT has a marker on 'I have a<b>n ki</b>wi. I have no idea.' 10 PASS DIV ungrammatical phrase 'an,an' on 'I have an grape. I have an muscat. I d on't know.'
11 PASS INPUT has a marker on 'I have an grape. I have an muscat. I don't know.' 11 PASS verifyMarker(destination, ungrammaticalPhrase) became true
12 PASS TEXTAREA has a marker on 'You has the right.' 12 PASS INPUT ungrammatical phrase 'has' on 'You has the right.'
13 PASS TEXTAREA has a marker on 'I have a<b>n ki</b>wi. I have no idea.' 13 PASS verifyMarker(destination, ungrammaticalPhrase) became true
14 PASS TEXTAREA has a marker on 'I have an grape. I have an muscat. I don't know.' 14 PASS INPUT ungrammatical phrase 'an' on 'I have an kiwi. I have no idea.'
15 PASS verifyMarker(destination, ungrammaticalPhrase) became true
16 PASS INPUT ungrammatical phrase 'an,an' on 'I have an grape. I have an muscat. I don't know.'
17 PASS verifyMarker(destination, ungrammaticalPhrase) became true
18 PASS TEXTAREA ungrammatical phrase 'has' on 'You has the right.'
19 PASS verifyMarker(destination, ungrammaticalPhrase) became true
20 PASS TEXTAREA ungrammatical phrase 'an' on 'I have an kiwi. I have no idea.'
21 PASS verifyMarker(destination, ungrammaticalPhrase) became true
22 PASS TEXTAREA ungrammatical phrase 'an,an' on 'I have an grape. I have an muscat . I don't know.'
23 PASS verifyMarker(destination, ungrammaticalPhrase) became true
15 PASS successfullyParsed is true 24 PASS successfullyParsed is true
16 25
17 TEST COMPLETE 26 TEST COMPLETE
18 27
OLDNEW
« no previous file with comments | « LayoutTests/editing/spelling/grammar-paste.html ('k') | LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698