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

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

Issue 679863002: Revert "Prepare blink to unify definitions of load completion" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 0bccbcc5aff58137c0636921cc28e2972d4255b1..37f8f76fb98507ce1667100aec2eb2f28676c8f5 100644
--- a/LayoutTests/fast/forms/button-in-forms-collection.html
+++ b/LayoutTests/fast/forms/button-in-forms-collection.html
@@ -5,6 +5,21 @@
<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