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

Unified Diff: LayoutTests/http/tests/htmlimports/resources/cors-basic.cgi

Issue 186803005: [import] Use master document's origin to resolve CORS (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/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";
-

Powered by Google App Engine
This is Rietveld 408576698