summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/table/break-before-repeated-footer-instead-of-border-crash.html
blob: b277001f4d8f6ca574b6bb16f0d630cd059ebcbc (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=1353998">
<div style="columns:3; column-fill:auto; height:100px;">
  <div style="height:70px;"></div>
  <div style="display:table; border-bottom:40px solid;">
    <div></div>
    <div style="display:table-footer-group; break-inside:avoid;"></div>
  </div>
</div>