karnaze%netscape.com 363cd0680d new regression test. fixed some others
git-svn-id: svn://10.0.0.236/trunk@43901 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-20 23:29:56 +00:00

24 lines
611 B
HTML

<html>
<body bgcolor=#c0c0c0>
<table border=20 cellspacing=10 height=150>
<tr>
<td>cell content</td>
</tr>
</table>
<p>The following two tables demostrates the bug with TD and TABLE both having height specified.</p>
<table border=20 cellspacing=10 height=210>
<tr>
<td height=150>height=210 (150+2*10+2*20)</td>
</tr>
</table>
<table border=20 cellspacing=10 height=211>
<tr>
<td height=150>height=211 (150+2*10+2*20+1)</td>
</tr>
</table>
</body>
</html>