| Index: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-attribute.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-attribute.html b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-attribute.html
|
| index 0ec00ec136bee2e1acfc8cf8ae6ba4a2d779890d..42c31cfa0e9d18eab2e35e7ea81034a0690cd12d 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-attribute.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-attribute.html
|
| @@ -47,6 +47,8 @@ description('This tests if the "spellcheck" attribute is implemented '
|
| + 'marked as misspelled in all of them.');
|
|
|
| jsTestIsAsync = true;
|
| +if (window.testRunner)
|
| + testRunner.setMockSpellCheckerEnabled(true);
|
|
|
| // Type misspelling to all input elements.
|
| var inputs = document.getElementsByTagName('input');
|
|
|