new regression tests, not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@123318 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
15
mozilla/layout/html/tests/table/interactive/bug151230.html
Normal file
15
mozilla/layout/html/tests/table/interactive/bug151230.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user