summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/table/bottom-padding-repeated-header-crash.html
blob: e9c567d3b6db28f0a04bbd2c46c5f08ff9bd27b1 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1356236">
<div style="columns:2; column-fill:auto; height:100px;">
  <div style="display:table; padding-bottom:101px;">
    <div style="display:table-caption;"></div>
    <div style="display:table-header-group; break-inside:avoid;"></div>
  </div>
</div>