Index: third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-attribute-at-child.js |
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-attribute-at-child.js b/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-attribute-at-child.js |
index 3c81354898b3a2c74a04ed269f8202f2ade378b4..f8860957ddda795cef6ec9f94d1fb6904ca43af5 100644 |
--- a/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-attribute-at-child.js |
+++ b/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-attribute-at-child.js |
@@ -3,9 +3,6 @@ description('Tests if the spellchecker behaves correctly when child has own ' |
jsTestIsAsync = true; |
-if (window.internals) |
- internals.settings.setUnifiedTextCheckerEnabled(true); |
- |
var root = document.createElement("div"); |
document.body.appendChild(root); |