haikuwebkit/LayoutTests/tables/mozilla/bugs/bug29326.html

18 lines
256 B
HTML

<html>
<body>
<table width=400 border="1" align="center">
<tr>
<td width=300>
<form>
<select>
<option>Test</option>
</select>
</form>
</td>
</tr>
</table>
</body>
</html>