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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/spelling-marker-description.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-marker-description.html
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spelling-marker-description.html b/third_party/WebKit/LayoutTests/editing/spelling/spelling-marker-description.html
index 8480f1b467f664d42d03f5c4733fbecbca7f811f..28d07cd9aac255f6dee12a4eaa9bc739707522bd 100644
--- a/third_party/WebKit/LayoutTests/editing/spelling/spelling-marker-description.html
+++ b/third_party/WebKit/LayoutTests/editing/spelling/spelling-marker-description.html
@@ -13,7 +13,6 @@
function test()
{
jsTestIsAsync = true;
- internals.settings.setUnifiedTextCheckerEnabled(true);
var sel = window.getSelection();
var destination = document.getElementById("destination");

Powered by Google App Engine
This is Rietveld 408576698