Index: third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-attribute-at-child.js |
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-attribute-at-child.js b/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-attribute-at-child.js |
index f8860957ddda795cef6ec9f94d1fb6904ca43af5..fbeedbd6ded218bdba956a6ba65212918bfaf060 100644 |
--- a/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-attribute-at-child.js |
+++ b/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-attribute-at-child.js |
@@ -2,6 +2,8 @@ description('Tests if the spellchecker behaves correctly when child has own ' |
+ 'spellcheck attribute.'); |
jsTestIsAsync = true; |
+if (window.testRunner) |
+ testRunner.setMockSpellCheckerEnabled(true); |
var root = document.createElement("div"); |
document.body.appendChild(root); |