Index: third_party/WebKit/LayoutTests/editing/spelling/mixed-paste-long.html |
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/mixed-paste-long.html b/third_party/WebKit/LayoutTests/editing/spelling/mixed-paste-long.html |
index bef1746f934d5e2a35ab85c7df7e562289e10245..7a5fd19f19e119de2a223a0a0225229a0c3a4cfa 100644 |
--- a/third_party/WebKit/LayoutTests/editing/spelling/mixed-paste-long.html |
+++ b/third_party/WebKit/LayoutTests/editing/spelling/mixed-paste-long.html |
@@ -11,6 +11,8 @@ |
description('For bug cr571988: Spell checking for pasted mixed content.'); |
jsTestIsAsync = true; |
+if (window.testRunner) |
+ testRunner.setMockSpellCheckerEnabled(true); |
var testRoot = document.createElement("div"); |
document.body.insertBefore(testRoot, document.body.firstChild); |