Index: LayoutTests/editing/spelling/grammar-edit-word-expected.txt |
diff --git a/LayoutTests/editing/spelling/grammar-edit-word-expected.txt b/LayoutTests/editing/spelling/grammar-edit-word-expected.txt |
index 6bd00cdc967687b45ad05f6c1d10384126fab318..2b8c72c151d85f1c8253bf8606a525621206ee27 100644 |
--- a/LayoutTests/editing/spelling/grammar-edit-word-expected.txt |
+++ b/LayoutTests/editing/spelling/grammar-edit-word-expected.txt |
@@ -3,22 +3,8 @@ Test if WebKit removes grammar markers when we edit a grammatically-incorrect wo |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-document.execCommand("InsertText", false, "You has the right.") |
-PASS internals.hasGrammarMarker(document, 4, 3) is true |
-Delete the end of this sentence until it becomes "You ha". |
-testRunner.execCommand("DeleteBackward") |
-testRunner.execCommand("DeleteBackward") |
-testRunner.execCommand("DeleteBackward") |
-testRunner.execCommand("DeleteBackward") |
-testRunner.execCommand("DeleteBackward") |
-testRunner.execCommand("DeleteBackward") |
-testRunner.execCommand("DeleteBackward") |
-testRunner.execCommand("DeleteBackward") |
-testRunner.execCommand("DeleteBackward") |
-testRunner.execCommand("DeleteBackward") |
-testRunner.execCommand("DeleteBackward") |
-testRunner.execCommand("DeleteBackward") |
-PASS internals.hasGrammarMarker(document, 4, 2) is false |
+PASS internals.hasGrammarMarker(document, 4, 3) became true |
+PASS internals.hasGrammarMarker(document, 4, 2) became false |
PASS successfullyParsed is true |
TEST COMPLETE |