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

Unified Diff: LayoutTests/editing/spelling/spellcheck-paste-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-disabled-expected.txt
diff --git a/LayoutTests/editing/spelling/spellcheck-paste-disabled-expected.txt b/LayoutTests/editing/spelling/spellcheck-paste-disabled-expected.txt
index c6a870d4735dc732a7a47bddd78f6ac97efb1f4f..90c42b4a4d93a1c5358a3d5e6620834f464be44c 100644
--- a/LayoutTests/editing/spelling/spellcheck-paste-disabled-expected.txt
+++ b/LayoutTests/editing/spelling/spellcheck-paste-disabled-expected.txt
@@ -3,8 +3,8 @@ Test if WebKit does not spellcheck text when pasting text to an element having s
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