Index: LayoutTests/editing/spelling/spellcheck-editable-on-focus.html |
diff --git a/LayoutTests/editing/spelling/spellcheck-editable-on-focus.html b/LayoutTests/editing/spelling/spellcheck-editable-on-focus.html |
index 7303dba89a4af8c9a9de770ec13f49770bf328d1..046ce385b12dff0fea8a17f4800c85adbba6de64 100644 |
--- a/LayoutTests/editing/spelling/spellcheck-editable-on-focus.html |
+++ b/LayoutTests/editing/spelling/spellcheck-editable-on-focus.html |
@@ -50,11 +50,6 @@ function test() |
} |
} |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- testRunner.waitUntilDone(); |
- } |
- |
shouldBe('internals.markerCountForNode(findFirstTextNode(testEditable), "spelling")', '0'); |
testEditable.focus(); |
shouldBe('internals.markerCountForNode(findFirstTextNode(testTextArea), "spelling")', '0'); |