| 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 b95b731311a146ef3abfe7ce781f693adab4c4ee..6b4ea83d7b01e78a80ab5074c6d14f79535423b8 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-disable-enable.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-disable-enable.html
|
| @@ -16,6 +16,8 @@ description("Spell check markers should be removed from the whole page when disa
|
| + "Having the editable focused, turn spell checker on. Misspellings in the editable should be marked.");
|
|
|
| jsTestIsAsync = true;
|
| +if (window.testRunner)
|
| + testRunner.setMockSpellCheckerEnabled(true);
|
|
|
| function hasSpellingMarkerOnSetting(element, enableSpellChecking)
|
| {
|
|
|