| Index: third_party/WebKit/LayoutTests/editing/spelling/markers.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/markers.html b/third_party/WebKit/LayoutTests/editing/spelling/markers.html
|
| index d9caccbdc7358477774d7aaecfe6b5777a1a5aff..fc8e8dea50176189e6edd3d355a1783fbb76dffe 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/markers.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/markers.html
|
| @@ -17,6 +17,8 @@
|
| description("Tests spelling and grammar markers for misspellings.");
|
|
|
| jsTestIsAsync = true;
|
| +if (window.testRunner)
|
| + testRunner.setMockSpellCheckerEnabled(true);
|
|
|
| function createEditableElement(parent) {
|
| var e = document.createElement('div');
|
|
|