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