Index: third_party/WebKit/LayoutTests/editing/spelling/markers-input-type-text.html |
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/markers-input-type-text.html b/third_party/WebKit/LayoutTests/editing/spelling/markers-input-type-text.html |
index 07453e75d9055bb54eb61d5993683883407c4b50..18f24690c264db128b8f46a308f3aaf5e0b27937 100644 |
--- a/third_party/WebKit/LayoutTests/editing/spelling/markers-input-type-text.html |
+++ b/third_party/WebKit/LayoutTests/editing/spelling/markers-input-type-text.html |
@@ -25,6 +25,8 @@ description("Misspelling markers in text inputs should only be visible if an inp |
+ "but not for the first textarea. Focus the input again - misspelling markers should be restored."); |
jsTestIsAsync = true; |
+if (window.testRunner) |
+ testRunner.setMockSpellCheckerEnabled(true); |
var testTextArea = document.getElementById("testTextArea"); |
var testInput = document.getElementById("testInput"); |