| 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");
|
| +?>
|
|
|