summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/favicons/file_favicon_no_referrer.html
blob: 4f363ffd0480bbfffdc6b0923842f3747f5de935 (plain)
1
2
3
4
5
6
7
8
9
10
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>