diff options
Diffstat (limited to 'LayoutTests/http/tests/appcache/resources/online-whitelist.manifest')
-rw-r--r-- | LayoutTests/http/tests/appcache/resources/online-whitelist.manifest | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/LayoutTests/http/tests/appcache/resources/online-whitelist.manifest b/LayoutTests/http/tests/appcache/resources/online-whitelist.manifest new file mode 100644 index 0000000..892bf8d --- /dev/null +++ b/LayoutTests/http/tests/appcache/resources/online-whitelist.manifest @@ -0,0 +1,14 @@ +CACHE MANIFEST +counter.php?cached + +NETWORK: +# These are prefixes for requests we test, but they are not same origin, so they will be skipped. +http:// +http://127 +http://127.0.0.1:8 + +# This should be ignored, because explicit entries are checked before online whitelist +counter.php?cached + +# This should work normally. +counter.php?uncached
\ No newline at end of file |