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

Unified Diff: LayoutTests/fast/forms/button-in-forms-collection.html

Issue 561813003: Prepare blink to unify definitions of load completion (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add document.close() to scroll-left-while-loading.html Created 6 years, 2 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/fast/forms/button-in-forms-collection.html
diff --git a/LayoutTests/fast/forms/button-in-forms-collection.html b/LayoutTests/fast/forms/button-in-forms-collection.html
index 37f8f76fb98507ce1667100aec2eb2f28676c8f5..0bccbcc5aff58137c0636921cc28e2972d4255b1 100644
--- a/LayoutTests/fast/forms/button-in-forms-collection.html
+++ b/LayoutTests/fast/forms/button-in-forms-collection.html
@@ -5,21 +5,6 @@
<script>
if (window.testRunner)
testRunner.dumpAsText();
-
-function testPassed(msg)
-{
- document.write("<b><font color=green>PASS</font></b> " + msg + "<br>");
-}
-
-function testFailed(msg)
-{
- document.write("<b><font color=red>FAIL</font></b> " + msg + "<br>");
-}
-
-function debug(a)
-{
- document.write("<p> " + a + "</p>");
-}
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698