summaryrefslogtreecommitdiffstats
path: root/image/test/reftest/generic/accept-image-catchall-ref.html
blob: 32daa9f5d6c38fbb1f3e37179c3b8eb1971dceb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>