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

Unified Diff: LayoutTests/editing/spelling/grammar-edit-word-expected.txt

Issue 39733005: Use asynchronous spellcheck path in layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Apply groby's suggestions Created 7 years, 2 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/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
« no previous file with comments | « LayoutTests/editing/spelling/grammar-edit-word.html ('k') | LayoutTests/editing/spelling/grammar-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698