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

18 lines
299 B
HTML

<html>
<body>
<table border>
<tr>
<td>Typing in the textfield shouldn't cause it's parent tables to grow!
<table border height="100%">
<tr>
<td>
<input type="text">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>