Index: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-mixed-editable-crash.html |
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-mixed-editable-crash.html b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-mixed-editable-crash.html |
index c4f808c25d3d2865ad95aaad084ef29172bc2244..6c6cdf6187be81816438779259c17803c0b84836 100644 |
--- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-mixed-editable-crash.html |
+++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-mixed-editable-crash.html |
@@ -5,6 +5,9 @@ |
<div id="edit" contenteditable="true"><span contenteditable="false">Bob</span> ; <span contenteditable="false"></span></div> |
<div id="log"></div> |
<script> |
+if (window.testRunner) |
+ testRunner.setMockSpellCheckerEnabled(true); |
+ |
test(function() { |
var text = edit.childNodes[1]; |
var selection = window.getSelection(); |