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