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 |