blob: f71077cff268c383eeb96092ec6918799d01d0df [file] [log] [blame]
<!DOCTYPE html>
<p>crbug.com/669690: If the body's first row doesn't fit on a page then stil repeat headers.</p>
<div style="columns:3; line-height: 18px; column-fill: auto; height:105px; background-color: yellow;">
<table cellspacing="0" cellpadding="0" style="background:pink;">
<tr>
<th>Col 1</th>
</tr>
<tr><td>
1<br>
2<br>
3<br>
4
</td></tr>
<tr>
<th>Col 1</th>
</tr>
<tr><td>
5<br>
6<br>
</td></tr>
</table>
</div>