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

Unified Diff: LayoutTests/editing/spelling/spellcheck-input-search-crash.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-input-search-crash.html
diff --git a/LayoutTests/editing/spelling/spellcheck-input-search-crash.html b/LayoutTests/editing/spelling/spellcheck-input-search-crash.html
index e98116ed84a6d351e1395317fa56a043a4c92f4d..ee50ac6692bdc91e2cff8a5c0061bd538779346c 100644
--- a/LayoutTests/editing/spelling/spellcheck-input-search-crash.html
+++ b/LayoutTests/editing/spelling/spellcheck-input-search-crash.html
@@ -24,10 +24,11 @@ function test()
}
</script>
</head>
-<body onload="test();">
+<body>
<p id="description"></p>
<div id="console"></div>
<input id="target" type="search" oncontextmenu="handleClicked()">
+<script>test();</script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698