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

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

Issue 2211813002: Revert removal of grammar checking and marking code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor fix Created 4 years, 4 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/grammar-markers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/grammar-markers-expected.txt b/third_party/WebKit/LayoutTests/editing/spelling/grammar-markers-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2cb8b16ba9e3d1a2302e3ab98804a61b9337294d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/editing/spelling/grammar-markers-expected.txt
@@ -0,0 +1,12 @@
+This tests whether WebKit can render grammar markers when pasting text if it has a grammar-checker. To test manually, copy the text in the first div element and paste it to the second div element. This test succeeds when WebKit renders a grammar marker under a word "has".
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS ungrammatical phrase 'has' on 'You has the right.'
+PASS verifyGrammarMarker(target, "has") became true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+You has the right.
+You has the right.

Powered by Google App Engine
This is Rietveld 408576698