| Index: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async-mutation.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async-mutation.html b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async-mutation.html
|
| index 2476b3aaa3527b13d5aaf24321ae853d01cda1d0..e92a8cea6c4f938c4bb95a642d6bdd07c414d2e3 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async-mutation.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async-mutation.html
|
| @@ -30,9 +30,6 @@ description(
|
|
|
| var jsTestIsAsync = true;
|
|
|
| -if (window.internals)
|
| - internals.settings.setUnifiedTextCheckerEnabled(true);
|
| -
|
| var sourceIds = ['source'];
|
| var destElems = ['textarea', 'input', 'contenteditable'];
|
| var tweaks = ['delete', 'move', 'mutate'];
|
|
|