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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.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/execCommand/append-node-under-document.html
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.html b/third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.html
index 9eee9ff03277c73f250695e12de04b5960772df6..7bc9927a66c267cfaf04f49d8db33cdfd7d3ab62 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.html
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.html
@@ -6,9 +6,6 @@
if (window.testRunner)
testRunner.dumpAsText();
-if (window.internals)
- internals.settings.setUnifiedTextCheckerEnabled(true);
-
function runTest() {
document.designMode = "on";
document.open();

Powered by Google App Engine
This is Rietveld 408576698