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

Unified Diff: LayoutTests/http/tests/htmlimports/resources/child-having-domain-policy.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/child-having-domain-policy.cgi
diff --git a/LayoutTests/http/tests/htmlimports/resources/child-having-domain-policy.cgi b/LayoutTests/http/tests/htmlimports/resources/child-having-domain-policy.cgi
index 3109d5d47e9b253d25e50d95bd7c95f8c29016c0..45e6142953cd11bf8836bbae163d0cee060c8156 100755
--- a/LayoutTests/http/tests/htmlimports/resources/child-having-domain-policy.cgi
+++ b/LayoutTests/http/tests/htmlimports/resources/child-having-domain-policy.cgi
@@ -9,7 +9,7 @@ print <<EOF
<!DOCTYPE html>
<html>
<head>
-<link rel="import" href="having-domain-policy.html">
+<link rel="import" href="having-domain-policy.cgi">
</head>
</html>
EOF

Powered by Google App Engine
This is Rietveld 408576698