diff options
Diffstat (limited to 'browser/base/content/test/favicons/large_favicon.html')
-rw-r--r-- | browser/base/content/test/favicons/large_favicon.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/browser/base/content/test/favicons/large_favicon.html b/browser/base/content/test/favicons/large_favicon.html new file mode 100644 index 0000000000..48c5e8f19d --- /dev/null +++ b/browser/base/content/test/favicons/large_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="large.png"> +</head> +<body> + Test file for bugs with favicons +</body> +</html> |