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

<!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>