Index: third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-attribute-change.js |
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-attribute-change.js b/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-attribute-change.js |
index 6e8e6092acf8a21ea0c935509f17b8d3ea60580b..ffd55af79609d5eacbf9975b2fa976f5f6b10449 100644 |
--- a/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-attribute-change.js |
+++ b/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-attribute-change.js |
@@ -3,9 +3,6 @@ description('Tests if the spellchecker behaves correctly when the spellcheck att |
jsTestIsAsync = true; |
-if (window.internals) |
- internals.settings.setUnifiedTextCheckerEnabled(true); |
- |
var parent = document.createElement("div"); |
document.body.appendChild(parent); |
var sel = document.getSelection(); |