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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/spelling-linebreak.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/spelling-linebreak.html
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spelling-linebreak.html b/third_party/WebKit/LayoutTests/editing/spelling/spelling-linebreak.html
index c9b3d139f41f150bcd47bade892e90f1af9177a6..b4369707f9dce5996fd0c684ffc764c5453ae2ae 100644
--- a/third_party/WebKit/LayoutTests/editing/spelling/spelling-linebreak.html
+++ b/third_party/WebKit/LayoutTests/editing/spelling/spelling-linebreak.html
@@ -15,9 +15,6 @@
jsTestIsAsync = true;
-if (window.internals)
- internals.settings.setUnifiedTextCheckerEnabled(true);
-
function editingTest() {
var elem = document.getElementById("test");

Powered by Google App Engine
This is Rietveld 408576698