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

Unified Diff: LayoutTests/editing/spelling/editing-multiple-words-with-markers-expected.txt

Issue 906193003: shouldBecomeEqual() behaves as shouldBe() if the testing expression returns the expected value Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/editing-multiple-words-with-markers-expected.txt
diff --git a/LayoutTests/editing/spelling/editing-multiple-words-with-markers-expected.txt b/LayoutTests/editing/spelling/editing-multiple-words-with-markers-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0eb6e3ccb96078debce430e79e4b86a22c606272
--- /dev/null
+++ b/LayoutTests/editing/spelling/editing-multiple-words-with-markers-expected.txt
@@ -0,0 +1,25 @@
+The test verifies if the spelling markers disappear when the multiple misspelled words are concatenated by delete command. To test manually, type "it's a meagesga meagesga ", then select and delete "esga meag". The test succeeds if the remaining text does not have any underline.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+it's a meagesga meagesga
+PASS internals.hasSpellingMarker(document, marker1[0], marker1[1]) became false
+PASS internals.hasSpellingMarker(document, marker2[0], marker2[1]) became true
+
+it's a meagesga
+FAIL internals.hasSpellingMarker(document, marker1[0], marker1[1]) became false
+FAIL internals.hasSpellingMarker(document, marker2[0], marker2[1]) became false
+
+it's a meagmeagesga
+FAIL internals.hasSpellingMarker(document, marker1[0], marker1[1]) became false
+PASS internals.hasSpellingMarker(document, marker2[0], marker2[1]) became false
+
+it's a meagesgaesga
+FAIL internals.hasSpellingMarker(document, marker1[0], marker1[1]) became false
+PASS internals.hasSpellingMarker(document, marker2[0], marker2[1]) became false
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698