diff options
Diffstat (limited to 'browser/base/content/test/favicons/file_invalid_href.html')
-rw-r--r-- | browser/base/content/test/favicons/file_invalid_href.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/browser/base/content/test/favicons/file_invalid_href.html b/browser/base/content/test/favicons/file_invalid_href.html new file mode 100644 index 0000000000..087ff01403 --- /dev/null +++ b/browser/base/content/test/favicons/file_invalid_href.html @@ -0,0 +1,12 @@ +<!DOCTYPE HTML> +<html> +<head> + <title>Test file for bugs with invalid hrefs for favicons</title> + + <!--Empty href; that's the whole point of this file.--> + <link rel="icon" href=""> +</head> +<body> + Test file for bugs with invalid hrefs for favicons +</body> +</html> |