RetroZilla/layout/html/tests/table/interactive/bug52598.html

18 lines
261 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
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>