mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
208 B
HTML
13 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>
|