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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/inline_spelling_markers-expected.txt

Issue 2186923002: Remove grammar checking from layout tests, and MockGrammarCheck (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@RemoveGrammarTests
Patch Set: Rebased Created 4 years, 5 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: third_party/WebKit/LayoutTests/editing/spelling/inline_spelling_markers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/inline_spelling_markers-expected.txt b/third_party/WebKit/LayoutTests/editing/spelling/inline_spelling_markers-expected.txt
index b176b681d76e029d0bfb9f76037b62a64cd19087..915549939359da625393f877786e890520081dfd 100644
--- a/third_party/WebKit/LayoutTests/editing/spelling/inline_spelling_markers-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/spelling/inline_spelling_markers-expected.txt
@@ -1,4 +1,4 @@
-This tests the correct placement of inline spelling and grammar markers in text. Spelling markers should line up exactly under misspelled words in all cases.
+This tests the correct placement of inline spelling markers in text. Spelling markers should line up exactly under misspelled words in all cases.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -7,26 +7,18 @@ testLTR:
PASS internals.hasSpellingMarker(document, 8, 4) became true
PASS internals.hasSpellingMarker(document, 13, 6) became true
PASS internals.hasSpellingMarker(document, 20, 5) became true
-PASS internals.hasGrammarMarker(document, 4, 3) became true
-PASS internals.hasGrammarMarker(document, 33, 5) became true
testRTL:
PASS internals.hasSpellingMarker(document, 8, 4) became true
PASS internals.hasSpellingMarker(document, 13, 6) became true
PASS internals.hasSpellingMarker(document, 20, 5) became true
-PASS internals.hasGrammarMarker(document, 4, 3) became true
-PASS internals.hasGrammarMarker(document, 33, 5) became true
testLTREllipses:
PASS internals.hasSpellingMarker(document, 8, 4) became true
PASS internals.hasSpellingMarker(document, 13, 6) became true
PASS internals.hasSpellingMarker(document, 20, 5) became true
-PASS internals.hasGrammarMarker(document, 4, 3) became true
-PASS internals.hasGrammarMarker(document, 33, 5) became true
testRTLEllipses:
PASS internals.hasSpellingMarker(document, 8, 4) became true
PASS internals.hasSpellingMarker(document, 13, 6) became true
PASS internals.hasSpellingMarker(document, 20, 5) became true
-PASS internals.hasGrammarMarker(document, 4, 3) became true
-PASS internals.hasGrammarMarker(document, 33, 5) became true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698