Fixed a typo testJam
authorpuhley
Thu, 03 May 2012 14:02:29 -0700
branchtestJam
changeset 37 5d921418dedc
parent 36 b8f4e6a8c488
child 38 e5a80cd30ece
Fixed a typo
tests/cors/submitted/webkit/resources/access-control-sandboxed-iframe-denied.php
--- a/tests/cors/submitted/webkit/resources/access-control-sandboxed-iframe-denied.php	Thu May 03 13:48:05 2012 -0700
+++ b/tests/cors/submitted/webkit/resources/access-control-sandboxed-iframe-denied.php	Thu May 03 14:02:29 2012 -0700
@@ -1,6 +1,6 @@
 <?php
 
-header("Content-Type: text/plain");
+header("Content-Type: text/plain\n\n");
 
 echo "FAIL: Sandboxed iframe XHR access allowed.";