Index: third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-backspace-between-lines.js |
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-backspace-between-lines.js b/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-backspace-between-lines.js |
index 7828568f7ed15fbc432428312dbba3471006b24b..697fa5c6d2de28042ffa595ba8a4d775d41fa51e 100644 |
--- a/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-backspace-between-lines.js |
+++ b/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-backspace-between-lines.js |
@@ -2,9 +2,6 @@ description('Spelling markers should remain while merging two lines.'); |
jsTestIsAsync = true; |
-if (window.internals) |
- internals.settings.setUnifiedTextCheckerEnabled(true); |
- |
var testRoot = document.createElement("div"); |
document.body.insertBefore(testRoot, document.body.firstChild); |