Mypal/layout/reftests/bugs/40596-1f.html

18 lines
397 B
HTML

<html>
<body>
<form>
<table border="1" width="300" style="height: 300px">
<tr>
<td style="width:80%">
&nbsp;
</td>
<td style="width:20%">
<input type="button" style="visibility: hidden"
value="This is pretty long text in the button">
</td>
</tr>
</table>
</form>
</body>
</html>