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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-hasspellingmarker.js

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/script-tests/spelling-hasspellingmarker.js
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-hasspellingmarker.js b/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-hasspellingmarker.js
index 642c238746e95334eeb9b1a946c14bc63b838ed5..3d4b32802b588d9f10a1de43346305fdb52e2af8 100644
--- a/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-hasspellingmarker.js
+++ b/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-hasspellingmarker.js
@@ -4,9 +4,6 @@ description('This tests if internals.hasSpellingMarker works for differnt type o
jsTestIsAsync = true;
-if (window.internals)
- internals.settings.setUnifiedTextCheckerEnabled(true);
-
var testRoot = document.createElement("div");
document.body.insertBefore(testRoot, document.body.firstChild);

Powered by Google App Engine
This is Rietveld 408576698