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

17 lines
334 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="text" style="visibility: hidden">
</td>
</tr>
</table>
</form>
</body>
</html>