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

Unified Diff: LayoutTests/editing/spelling/spellcheck-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/spellcheck-paste-expected.txt
diff --git a/LayoutTests/editing/spelling/spellcheck-paste-expected.txt b/LayoutTests/editing/spelling/spellcheck-paste-expected.txt
index 17b0a34a90b7e184aad274d703d4246342069594..8c49cd61fae33befd41c5caab6b58db998e1acf0 100644
--- a/LayoutTests/editing/spelling/spellcheck-paste-expected.txt
+++ b/LayoutTests/editing/spelling/spellcheck-paste-expected.txt
@@ -4,14 +4,23 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS INPUT has a marker on 'zz apple'
-PASS INPUT has a marker on 'z<b>z appl</b>e'
+PASS verifyMarker(destination, misspelledLocations) became true
+PASS INPUT has a marker on 'zz apple'
+PASS verifyMarker(destination, misspelledLocations) became true
PASS INPUT has a marker on 'zz zz zz'
+PASS verifyMarker(destination, misspelledLocations) became true
+PASS TEXTAREA has a marker on 'zz apple'
+PASS verifyMarker(destination, misspelledLocations) became true
PASS TEXTAREA has a marker on 'zz apple'
-PASS TEXTAREA has a marker on 'z<b>z appl</b>e'
+PASS verifyMarker(destination, misspelledLocations) became true
PASS TEXTAREA has a marker on 'zz zz zz'
+PASS verifyMarker(destination, misspelledLocations) became true
PASS DIV has a marker on 'zz apple'
+PASS verifyMarker(destination, misspelledLocations) became true
PASS DIV has a marker on 'z<b>z appl</b>e'
+PASS verifyMarker(destination, misspelledLocations) became true
PASS DIV has a marker on 'zz zz zz'
+PASS verifyMarker(destination, misspelledLocations) became true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698