summaryrefslogtreecommitdiffstats
path: root/browser/components/originattributes/test/browser/file_favicon_thirdParty.html
blob: e50b0c3493106c851a8e090be0a48739aa3a8494 (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="https://example.net/browser/browser/components/originattributes/test/browser/file_favicon.png" />
  </head>
  <body>
    Third Party Favicon!!
  </body>
</html>