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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/markers-input-type-text.html

Issue 2235643002: Code cleanup related to unified text checker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@EnableUnifiedTextCheckerByDefault
Patch Set: Rebased on removal of grammar-checking code 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/markers-input-type-text.html
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/markers-input-type-text.html b/third_party/WebKit/LayoutTests/editing/spelling/markers-input-type-text.html
index 7017fba136dbc85e03835c6a52143581c76a1383..07453e75d9055bb54eb61d5993683883407c4b50 100644
--- a/third_party/WebKit/LayoutTests/editing/spelling/markers-input-type-text.html
+++ b/third_party/WebKit/LayoutTests/editing/spelling/markers-input-type-text.html
@@ -24,9 +24,6 @@ description("Misspelling markers in text inputs should only be visible if an inp
+ "The test succeed if misspellings were removed from the input "
+ "but not for the first textarea. Focus the input again - misspelling markers should be restored.");
-if (window.internals)
- internals.settings.setUnifiedTextCheckerEnabled(true);
-
jsTestIsAsync = true;
var testTextArea = document.getElementById("testTextArea");

Powered by Google App Engine
This is Rietveld 408576698