Title: [145160] trunk/LayoutTests
Revision
145160
Author
a...@apple.com
Date
2013-03-07 17:06:58 -0800 (Thu, 07 Mar 2013)

Log Message

        Roll out an accidentally committed change I made for local testing.

        * http/tests/misc/empty-file-formdata.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (145159 => 145160)


--- trunk/LayoutTests/ChangeLog	2013-03-08 01:06:47 UTC (rev 145159)
+++ trunk/LayoutTests/ChangeLog	2013-03-08 01:06:58 UTC (rev 145160)
@@ -1,3 +1,9 @@
+2013-03-07  Alexey Proskuryakov  <a...@apple.com>
+
+        Roll out an accidentally committed change I made for local testing.
+
+        * http/tests/misc/empty-file-formdata.html:
+
 2013-03-07  Rafael Weinstein  <rafa...@chromium.org>
 
         Unreviewed gardening.

Modified: trunk/LayoutTests/http/tests/misc/empty-file-formdata.html (145159 => 145160)


--- trunk/LayoutTests/http/tests/misc/empty-file-formdata.html	2013-03-08 01:06:47 UTC (rev 145159)
+++ trunk/LayoutTests/http/tests/misc/empty-file-formdata.html	2013-03-08 01:06:58 UTC (rev 145160)
@@ -15,7 +15,7 @@
 </script>
 </head>
 <body>
-<form enctype="multipart/form-data" method="POST" action=""
+<form enctype="multipart/form-data" method="POST" action=""
 <input name="data" type="file"></input>
 </form>
 </body>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to