1 <html><head><title>Testcase for bug
13118</title></head><body bgcolor=
"white">
3 <H4>TBODY is not correctly positioned when TFOOT is present but THEAD is not:
</H4>
5 <TFOOT><TR><TD>TFOOT
</TD></TR></TFOOT>
6 <TBODY><TR><TD>TBODY
</TD></TR></TBODY>
10 <THEAD><TR><TH>THEAD
</TH></TR></THEAD>
11 <TFOOT><TR><TD>TFOOT
</TD></TR></TFOOT>
12 <TBODY><TR><TD>TBODY
</TD></TR></TBODY>
15 <P>Same as above but with
<code>CELLSPACING=
"10"</code>:
16 <TABLE BORDER=
"1" CELLSPACING=
"10">
17 <TFOOT><TR><TD>TFOOT
</TD></TR></TFOOT>
18 <TBODY><TR><TD>TBODY
</TD></TR></TBODY>
21 <TABLE BORDER=
"1" CELLSPACING=
"10">
22 <THEAD><TR><TH>THEAD
</TH></TR></THEAD>
23 <TFOOT><TR><TD>TFOOT
</TD></TR></TFOOT>
24 <TBODY><TR><TD>TBODY
</TD></TR></TBODY>