| Index: third_party/WebKit/LayoutTests/editing/spelling/resources/util.js
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/resources/util.js b/third_party/WebKit/LayoutTests/editing/spelling/resources/util.js
|
| index 4f1c4d16a3eb84432140a26c5c973849730c9339..8d6e5d94b9242f91d8562751794bb2f91f7eb79f 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/resources/util.js
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/resources/util.js
|
| @@ -27,7 +27,6 @@ function initSpellTest(testElementId, testText, testFunction, opt_doNotFinishTes
|
| jsTestIsAsync = true;
|
| internals.settings.setSmartInsertDeleteEnabled(true);
|
| internals.settings.setSelectTrailingWhitespaceEnabled(false);
|
| - internals.settings.setUnifiedTextCheckerEnabled(true);
|
| internals.settings.setEditingBehavior("win");
|
| window.destination = document.getElementById(testElementId);
|
| window.destination.focus();
|
| @@ -92,6 +91,5 @@ function runSpellingTest(steps, assertions, opt_title)
|
| return;
|
| }
|
|
|
| - internals.settings.setUnifiedTextCheckerEnabled(true);
|
| runNextStep(t, steps, assertions);
|
| }
|
|
|