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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async.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/spellcheck-async.html
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async.html b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async.html
index fdfa4427f72193956c7701d9d5e9d47759d0ac16..9968a8e0a296224cc9ddc312bc85ff3fac28babf 100644
--- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async.html
+++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async.html
@@ -21,9 +21,6 @@ description("Test for Unified Spell Checker & Async Spell Checker.");
jsTestIsAsync = true;
-if (window.internals)
- internals.settings.setUnifiedTextCheckerEnabled(true);
-
var container = document.getElementById('container');
function removeChildren(node) {
while (node.firstChild)

Powered by Google App Engine
This is Rietveld 408576698