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

Unified Diff: LayoutTests/editing/spelling/delete-misspelled-word-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/delete-misspelled-word-expected.txt
diff --git a/LayoutTests/editing/spelling/delete-misspelled-word-expected.txt b/LayoutTests/editing/spelling/delete-misspelled-word-expected.txt
index ab1d20f077452409c76e4adaa0c865c029b84a57..0e7d99bd53e5906fe63e65a54302f4cf4e3e00d3 100644
--- a/LayoutTests/editing/spelling/delete-misspelled-word-expected.txt
+++ b/LayoutTests/editing/spelling/delete-misspelled-word-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS insertText("z"); insertText("z"); insertText(" "); internals.hasSpellingMarker(document, 0, 2) is true
Enable asynchronous spellchecking, delete two characters, and insert a space
-PASS internals.hasSpellingMarker(document, 0, 1) is false
+PASS internals.hasSpellingMarker(document, 0, 1) became false
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/editing/spelling/delete-misspelled-word.html ('k') | LayoutTests/editing/spelling/grammar-markers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698