RetroZilla/layout/html/tests/table/interactive/bug151230.html
2015-10-20 23:03:22 -04:00

16 lines
313 B
HTML

<html><head><title>Post Reply</title></head>
<body>
Hit the submit button, it should not move.
<form>
<table width="604" border=1>
<tbody>
<tr><td>test</td><td>test</td></tr>
<tr>
<td colspan="2" align="center" width="529"><input type="submit" value="Submit"></td>
</tr>
</tbody></table>
</FORM>
</body></html>