karnaze%netscape.com 8648ceec74 new regression tests, not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@110011 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-07 17:15:39 +00: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>