RetroZilla/layout/html/tests/table/interactive/bug52598.html
2015-10-20 23:03:22 -04:00

18 lines
261 B
HTML

Enter some text and the text field should not disappear
<BR>
<table border bgcolor=blue>
<tr>
<td>
<table border bgcolor=orange>
<div>
<tr>
<td><input type="Text" size="25"></td>
</tr>
</div>
</table>
</td>
</tr>
</table>