Index: LayoutTests/editing/spelling/spellcheck-queue.html |
diff --git a/LayoutTests/editing/spelling/spellcheck-queue.html b/LayoutTests/editing/spelling/spellcheck-queue.html |
index b7205ae0ad0af04386dc07d6c92c4b9b1d7310f0..09b1600a6eb980b90e8449e25eab8affac0528b3 100644 |
--- a/LayoutTests/editing/spelling/spellcheck-queue.html |
+++ b/LayoutTests/editing/spelling/spellcheck-queue.html |
@@ -10,8 +10,8 @@ |
<script> |
description('For Bug 72939: Asynchronous SpellChecker should consider multiple requests.'); |
-if (window.testRunner) |
- testRunner.waitUntilDone(); |
+jsTestIsAsync = true; |
+ |
if (window.internals) |
internals.settings.setAsynchronousSpellCheckingEnabled(true); |
@@ -80,8 +80,7 @@ function verifyIfAny() |
} |
testRoot.style.display = "none"; |
- if (window.testRunner) |
- testRunner.notifyDone(); |
+ finishJSTest(); |
} |
function findFirstTextNode(node) |