blob: e5279080f0875ef323774a4c1d83e4242f47b3fa [file] [log] [blame]
<!doctype html>
<table style="border: 1px solid red">
<thead style="display: block; height: 100px">
<tr>
<td>
thead text
</td>
</tr>
</tr>
</table>
<table style="border: 1px solid red">
<tbody style="display: block; height: 100px">
<tr>
<td>
tbody text
</td>
</tr>
</tr>
</table>
<table style="border: 1px solid red">
<tfoot style="display: block; height: 100px">
<tr>
<td>
tfoot text
</td>
</tr>
</tr>
</table>