12 lines
208 B
HTML
12 lines
208 B
HTML
<!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>
|