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