chromium/third_party/blink/web_tests/fragmentation/single-large-cell-with-header.html

<!DOCTYPE html>
<style>
thead, tr {
  break-inside: avoid;
}
</style>
<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;">
    <thead>
      <tr>
        <th>Col 1</th>
      </tr>
    </thead>
    <tr><td>
        1<br>
        2<br>
        3<br>
        4<br>
        5<br>
        6<br>
      </td></tr>
  </table>
</div>