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..99212fde3eb67e5da8dec91c0d019117b28ce338 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('target1') is "OK" |
+PASS sel.anchorNode.data is "OK zz OK" |
+PASS internals.hasSpellingMarker(document, 3, 2) became true |
+PASS firstLineText('target2') is "OKOK zz OK" |
+PASS sel.anchorNode.data is "OKOK zz OK" |
+PASS internals.hasSpellingMarker(document, 5, 2) became true |
+PASS firstLineText('target3') 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 |