Index: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-disable-enable.html |
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-disable-enable.html b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-disable-enable.html |
index ef7da2cbbadd9306439c29ecdb8027a3d8d5a343..7665c6a61bb198b00b2018dd1910d6b51dc2675f 100644 |
--- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-disable-enable.html |
+++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-disable-enable.html |
@@ -42,8 +42,6 @@ function test(div, frameDocument) |
return; |
} |
- internals.settings.setUnifiedTextCheckerEnabled(true); |
- |
shouldBecomeEqual('hasSpellingMarkerOnSetting(editableDiv, true)', 'true', function() { |
shouldBecomeEqual('hasSpellingMarkerOnSetting(editableBodyInFrame, true)', 'true', function() { |
// Turn off spellchecking, all misspellings should disappear. |