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 |
deleted file mode 100644 |
index 222f569a86d0dda920c753f3146d247504389975..0000000000000000000000000000000000000000 |
--- a/LayoutTests/editing/spelling/spelling-backspace-between-lines-expected.txt |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-For Bug 41423: Spelling marker should remain after hitting a backspace key. |
- |
-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 successfullyParsed is true |
- |
-TEST COMPLETE |
- |