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