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

Unified Diff: LayoutTests/editing/spelling/grammar-paste.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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/editing/spelling/grammar-paste-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/spelling/grammar-paste.html
diff --git a/LayoutTests/editing/spelling/grammar-paste.html b/LayoutTests/editing/spelling/grammar-paste.html
index a7c23ad44acb373c25a5a339e7d28699e1f68a0f..674b8ee9cb11ffbfeeeea6ae9dbeadd41898f7a4 100644
--- a/LayoutTests/editing/spelling/grammar-paste.html
+++ b/LayoutTests/editing/spelling/grammar-paste.html
@@ -10,7 +10,7 @@
<script>
description('Grammar checking for pasted text.');
-testRunner.waitUntilDone();
+jsTestIsAsync = true;
var testRoot = document.createElement("div");
document.body.insertBefore(testRoot, document.body.firstChild);
@@ -48,7 +48,7 @@ function done()
if (next)
return window.setTimeout(next, 0);
testRoot.style.display = "none";
- testRunner.notifyDone();
+ finishJSTest();
}
function findFirstTextNode(node)
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/editing/spelling/grammar-paste-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698