summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/favicons/file_favicon_redirect.html
blob: 9da4777591f141f4da318fc89bfd25a72cfdf7c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html>
<head>
  <title>Test file with an icon that redirects</title>

  <!--Set a favicon; that's the whole point of this file.-->
  <link rel="icon" href="file_favicon_redirect.ico">
</head>
<body>
  Test file for bugs with favicons
</body>
</html>