summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/favicons/cookie_favicon.html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/favicons/cookie_favicon.html')
-rw-r--r--browser/base/content/test/favicons/cookie_favicon.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/browser/base/content/test/favicons/cookie_favicon.html b/browser/base/content/test/favicons/cookie_favicon.html
new file mode 100644
index 0000000000..618ac1850b
--- /dev/null
+++ b/browser/base/content/test/favicons/cookie_favicon.html
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <meta charset='utf-8'>
+ <title>Favicon Test for caching</title>
+ <link rel="icon" type="image/png" href="cookie_favicon.sjs" />
+ </head>
+ <body>
+ Favicon!!
+ </body>
+</html>