diff options
Diffstat (limited to 'image/test/reftest/generic/accept-image-catchall-ref.html')
-rw-r--r-- | image/test/reftest/generic/accept-image-catchall-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/image/test/reftest/generic/accept-image-catchall-ref.html b/image/test/reftest/generic/accept-image-catchall-ref.html new file mode 100644 index 000000000..32daa9f5d --- /dev/null +++ b/image/test/reftest/generic/accept-image-catchall-ref.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<!-- +https://bugzilla.mozilla.org/show_bug.cgi?id=398066 +--> +<html> +<head> + <title>Accept: header should include image/* catchall</title> +</head> +<body> +<img src="green.png"> +</body> +</html> |