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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/appcache.php

Issue 1772303002: CORS-RFC1918: Teach appcache responses to passthrough their socket address. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test. Created 4 years, 9 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: third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/appcache.php
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/appcache.php b/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/appcache.php
new file mode 100644
index 0000000000000000000000000000000000000000..7265cb28e1bc025ed7d30b18b2c5fb97a9bd8139
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/appcache.php
@@ -0,0 +1,5 @@
+<?php
+header("Content-Type: text/cache-manifest");
+print("CACHE MANIFEST\n\n");
+print("post-addressspace-to-parent-with-appcache.html");
+?>

Powered by Google App Engine
This is Rietveld 408576698