summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/favicons/file_with_favicon.html
blob: 0702b4aabaf824a9a624606d1714fbe54f491a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html>
<head>
  <title>Test file for bugs with favicons</title>

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