summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/favicons/file_with_slow_favicon.html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/favicons/file_with_slow_favicon.html')
-rw-r--r--browser/base/content/test/favicons/file_with_slow_favicon.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/browser/base/content/test/favicons/file_with_slow_favicon.html b/browser/base/content/test/favicons/file_with_slow_favicon.html
new file mode 100644
index 0000000000..76fb015587
--- /dev/null
+++ b/browser/base/content/test/favicons/file_with_slow_favicon.html
@@ -0,0 +1,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>