summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/favicons/file_favicon_empty.html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/favicons/file_favicon_empty.html')
-rw-r--r--browser/base/content/test/favicons/file_favicon_empty.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/browser/base/content/test/favicons/file_favicon_empty.html b/browser/base/content/test/favicons/file_favicon_empty.html
new file mode 100644
index 0000000000..28389f5927
--- /dev/null
+++ b/browser/base/content/test/favicons/file_favicon_empty.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <link rel="icon" href="data:image/x-icon" type="image/ico" id="i">
+</head>
+
+<body>
+</body>
+
+</html>