Mypal/layout/reftests/bugs/40596-1a.html
2019-03-11 13:26:37 +03:00

17 lines
348 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="width: 100%; visibility: hidden ">
</td>
</tr>
</table>
</form>
</body>
</html>