Index: third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-hasspellingmarker.js |
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-hasspellingmarker.js b/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-hasspellingmarker.js |
index 3d4b32802b588d9f10a1de43346305fdb52e2af8..c571fc748dc9abc36793a9efe537f38eac99ff87 100644 |
--- a/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-hasspellingmarker.js |
+++ b/third_party/WebKit/LayoutTests/editing/spelling/script-tests/spelling-hasspellingmarker.js |
@@ -3,6 +3,8 @@ description('This tests if internals.hasSpellingMarker works for differnt type o |
+ 'However, only the last one should not contatin spelling marker.'); |
jsTestIsAsync = true; |
+if (window.testRunner) |
+ testRunner.setMockSpellCheckerEnabled(true); |
var testRoot = document.createElement("div"); |
document.body.insertBefore(testRoot, document.body.firstChild); |