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

Unified Diff: LayoutTests/editing/spelling/spelling-backspace-between-lines-expected.txt

Issue 197403002: Verify misspellings after lines merge/split asynchronously (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix expectations to meet new target names (should have been done in the patch #2) Created 6 years, 9 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/spelling-backspace-between-lines-expected.txt
diff --git a/LayoutTests/editing/spelling/spelling-backspace-between-lines-expected.txt b/LayoutTests/editing/spelling/spelling-backspace-between-lines-expected.txt
index 222f569a86d0dda920c753f3146d247504389975..c7b1211ba16b551f6c190cf1cb9b6719ab29da21 100644
--- a/LayoutTests/editing/spelling/spelling-backspace-between-lines-expected.txt
+++ b/LayoutTests/editing/spelling/spelling-backspace-between-lines-expected.txt
@@ -1,20 +1,17 @@
-For Bug 41423: Spelling marker should remain after hitting a backspace key.
+Spelling markers should remain while merging two lines.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS firstLineText() is 'OK'
-PASS sel.anchorNode.data is 'OK zz OK'
-PASS internals.hasSpellingMarker(document, 3, 2) is true
-PASS sel.anchorNode.data is 'OKOK zz OK'
-PASS firstLineText() is 'OKOK zz OK'
-PASS internals.hasSpellingMarker(document, 5, 2) is true
-PASS firstLineText() is 'OK'
-PASS sel.anchorNode.data is 'OK zz OK'
-PASS internals.hasSpellingMarker(document, 3, 2) is true
-PASS firstLineText() is 'OKOK zz OK'
-PASS sel.anchorNode.data is 'OKOK zz OK'
-PASS internals.hasSpellingMarker(document, 5, 2) is true
+PASS firstLineText('two-lines') is "OK"
+PASS sel.anchorNode.data is "OK zz OK"
+PASS internals.hasSpellingMarker(document, 3, 2) became true
+PASS firstLineText('merged-lines-delete-command') is "OKOK zz OK"
+PASS sel.anchorNode.data is "OKOK zz OK"
+PASS internals.hasSpellingMarker(document, 5, 2) became true
+PASS firstLineText('merged-lines-forward-delete-command') is "OKOK zz OK"
+PASS sel.anchorNode.data is "OKOK zz OK"
+PASS internals.hasSpellingMarker(document, 5, 2) became true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698