Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / button-in-forms-collection.html
index 37f8f76..0bccbcc 100644 (file)
@@ -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>