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