diff options
Diffstat (limited to 'browser/base/content/test/favicons/no-store.html')
-rw-r--r-- | browser/base/content/test/favicons/no-store.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/browser/base/content/test/favicons/no-store.html b/browser/base/content/test/favicons/no-store.html new file mode 100644 index 0000000000..0d5bbbb475 --- /dev/null +++ b/browser/base/content/test/favicons/no-store.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML> +<html> + <head> + <meta charset='utf-8'> + <title>Favicon Test for Cache-Control: no-store</title> + <link rel="icon" type="image/png" href="no-store.png" /> + </head> + <body> + Favicon!! + </body> +</html> |