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

26 lines
391 B
HTML

<div style="border:1px solid red; width:100px; height:850px">div</div>
<table border>
<thead>
<tr>
<td>thead row 1<BR></td>
</tr>
<tr>
<td>thead row 2<BR></td>
</tr>
<tr>
<td>thead row 3<BR></td>
</tr>
</thead>
<tbody>
<tr>
<td>tbody row 1<BR></td>
</tr>
<tr>
<td>tbody row 2<BR></td>
</tr>
<tr>
<td>tbody row 3<BR></td>
</tr>
</tbody>
</table>