mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
27 lines
398 B
HTML
27 lines
398 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Bug 133410</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<form>
|
||
|
<input type="text">
|
||
|
<input type="submit" value="Search">
|
||
|
<!-- note missing form close tag -->
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table>
|
||
|
<span>
|
||
|
<!-- simple animated gif -->
|
||
|
<img src="../../../testing/crashtest/images/animfish.gif">
|
||
|
</span>
|
||
|
</table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|