summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/favicons/file_with_slow_favicon.html
blob: 76fb01558784f0b50e65184b69e7b3e0e1327be4 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
<head>
  <title>Test for title flicker</title>
</head>
<body>
  <!-- Putting the icon down here means we won't start loading it until the doc is fully parsed -->
  <link rel="icon" href="file_generic_favicon.ico">
</body>
</html>