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