summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/favicons/file_insecure_favicon.html
blob: 7b13b478293af715793cd9b3eb56f76cc2b0839e (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset='utf-8'>
    <title>Favicon Test for mixed content</title>
    <link rel="icon" type="image/png" href="http://example.com/browser/browser/base/content/test/favicons/file_favicon.png" />
  </head>
  <body>
    Favicon!!
  </body>
</html>