3 <table border=
20 cellspacing=
10 height=
150>
9 <p>The following two tables demostrates the bug with TD and TABLE both having height specified.
</p>
11 <table border=
20 cellspacing=
10 height=
210>
13 <td height=
150>height=
210 (
150+
2*
10+
2*
20)
</td>
17 <table border=
20 cellspacing=
10 height=
211>
19 <td height=
150>height=
211 (
150+
2*
10+
2*
20+
1)
</td>