Index: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-input-search-crash.html |
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-input-search-crash.html b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-input-search-crash.html |
index 35e7dae381b47bc557b534ad553981805e294ad2..6c35727d704153c37abca8d26b7abc6b3076c57d 100644 |
--- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-input-search-crash.html |
+++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-input-search-crash.html |
@@ -3,6 +3,9 @@ |
<head> |
<script src="../../resources/js-test.js"></script> |
<script> |
+if (window.testRunner) |
+ testRunner.setMockSpellCheckerEnabled(true); |
+ |
var clicked = false; |
function handleClicked() |