Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: LayoutTests/editing/spelling/spellcheck-queue.html

Issue 23444027: TEST COMPLETE does not appear at the end of spellchecking tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « LayoutTests/editing/spelling/spellcheck-paste-expected.txt ('k') | LayoutTests/editing/spelling/spellcheck-queue-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698