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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/editing/spelling/grammar-paste-expected.txt
diff --git a/LayoutTests/editing/spelling/grammar-paste-expected.txt b/LayoutTests/editing/spelling/grammar-paste-expected.txt
index bd6c6b3a681ccd5bb13538f92b65a0b81b92e0c5..f5d1a94d03a57554d6675bbd517f4c02175c370f 100644
--- a/LayoutTests/editing/spelling/grammar-paste-expected.txt
+++ b/LayoutTests/editing/spelling/grammar-paste-expected.txt
@@ -3,15 +3,24 @@ Grammar checking for pasted text.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS DIV has a marker on 'You has the right.'
-PASS DIV has a marker on 'I have a<b>n ki</b>wi. I have no idea.'
-PASS DIV has a marker on 'I have an grape. I have an muscat. I don't know.'
-PASS INPUT has a marker on 'You has the right.'
-PASS INPUT has a marker on 'I have a<b>n ki</b>wi. I have no idea.'
-PASS INPUT has a marker on 'I have an grape. I have an muscat. I don't know.'
-PASS TEXTAREA has a marker on 'You has the right.'
-PASS TEXTAREA has a marker on 'I have a<b>n ki</b>wi. I have no idea.'
-PASS TEXTAREA has a marker on 'I have an grape. I have an muscat. I don't know.'
+PASS DIV ungrammatical phrase 'has' on 'You has the right.'
+PASS verifyMarker(destination, ungrammaticalPhrase) became true
+PASS DIV ungrammatical phrase 'a' on 'I have a<b>n ki</b>wi. I have no idea.'
+PASS verifyMarker(destination, ungrammaticalPhrase) became true
+PASS DIV ungrammatical phrase 'an,an' on 'I have an grape. I have an muscat. I don't know.'
+PASS verifyMarker(destination, ungrammaticalPhrase) became true
+PASS INPUT ungrammatical phrase 'has' on 'You has the right.'
+PASS verifyMarker(destination, ungrammaticalPhrase) became true
+PASS INPUT ungrammatical phrase 'an' on 'I have an kiwi. I have no idea.'
+PASS verifyMarker(destination, ungrammaticalPhrase) became true
+PASS INPUT ungrammatical phrase 'an,an' on 'I have an grape. I have an muscat. I don't know.'
+PASS verifyMarker(destination, ungrammaticalPhrase) became true
+PASS TEXTAREA ungrammatical phrase 'has' on 'You has the right.'
+PASS verifyMarker(destination, ungrammaticalPhrase) became true
+PASS TEXTAREA ungrammatical phrase 'an' on 'I have an kiwi. I have no idea.'
+PASS verifyMarker(destination, ungrammaticalPhrase) became true
+PASS TEXTAREA ungrammatical phrase 'an,an' on 'I have an grape. I have an muscat. I don't know.'
+PASS verifyMarker(destination, ungrammaticalPhrase) became true
PASS successfullyParsed is true
TEST COMPLETE
« 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