Index: LayoutTests/http/tests/htmlimports/resources/cors-basic.cgi |
diff --git a/LayoutTests/http/tests/htmlimports/resources/cors-basic.cgi b/LayoutTests/http/tests/htmlimports/resources/cors-basic.cgi |
index 68635b78de3ee5042741908d30e7c775b4a27f75..ea43bdaf11ec2a9f0c7c7aa6f93e8dc0100e3ae5 100755 |
--- a/LayoutTests/http/tests/htmlimports/resources/cors-basic.cgi |
+++ b/LayoutTests/http/tests/htmlimports/resources/cors-basic.cgi |
@@ -6,4 +6,3 @@ print "Access-Control-Allow-Credentials: true\n"; |
print "Access-Control-Allow-Origin: http://127.0.0.1:8000\n\n"; |
print "<html><body><h1>Hello, CORS!</h1></body></html>\n"; |
- |