Index: third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-backspace-between-lines.js |
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-backspace-between-lines.js b/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-backspace-between-lines.js |
index 697fa5c6d2de28042ffa595ba8a4d775d41fa51e..8a72de313d5e0061400b212f4eefe745679583bd 100644 |
--- a/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-backspace-between-lines.js |
+++ b/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-backspace-between-lines.js |
@@ -1,6 +1,8 @@ |
description('Spelling markers should remain while merging two lines.'); |
jsTestIsAsync = true; |
+if (window.testRunner) |
+ testRunner.setMockSpellCheckerEnabled(true); |
var testRoot = document.createElement("div"); |
document.body.insertBefore(testRoot, document.body.firstChild); |