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

Unified Diff: LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled-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-continuous-disabled-expected.txt
diff --git a/LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled-expected.txt b/LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled-expected.txt
index a538d8119e6601665395e6aa7338275dbd5cb855..0a88907a544a57f3bb4c359938611b8b3c847c83 100644
--- a/LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled-expected.txt
+++ b/LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled-expected.txt
@@ -3,8 +3,8 @@ Test if WebKit does not spellcheck text when pasting text and continuous spellch
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS internals.hasSpellingMarker(document, 0, 2) is true
-PASS The destination node does not have any markers.
+PASS internals.hasSpellingMarker(document, 0, 2) became true
+PASS internals.hasSpellingMarker(document, 0, 2) became different from true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698