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

12 lines
229 B
HTML

<table border>
<tfoot><tr><td>tfoot</td></tr></tfoot>
<tbody>
<tr>
<td><div style="height:800px">this is row 1</div></td>
</tr>
<tr>
<td><div style="height:800px">this is row 2</div></td>
</tr>
</tbody>
</table>