| 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 e92a8cea6c4f938c4bb95a642d6bdd07c414d2e3..14617808e612e3cefa645cb2a396e06d51df5534 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async-mutation.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async-mutation.html
|
| @@ -29,6 +29,8 @@ description(
|
| );
|
|
|
| var jsTestIsAsync = true;
|
| +if (window.testRunner)
|
| + testRunner.setMockSpellCheckerEnabled(true);
|
|
|
| var sourceIds = ['source'];
|
| var destElems = ['textarea', 'input', 'contenteditable'];
|
|
|