gecko-dev/browser/base/content/test/favicons/file_with_slow_favicon.html

11 строки
253 B
HTML

<!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>