summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/table/zero-height-repeated-footer-crash.html
blob: 4feca8344b75f5702e398a2d2b00ce9d94a8bd9b (plain)
1
2
3
4
5
6
7
8
9
10
<!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=1354141">
<div style="columns:3; column-fill:auto; height:100px;">
  <div style="height:70px;"></div>
  <div style="display:table;">
    <div style="height:150px;"></div>
    <div style="display:table-footer-group; break-inside:avoid;"></div>
  </div>
</div>