summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/break-before-multicol-caption.html
blob: ac6f444eaad2e7aa3e11dffd74560928568b5ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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=1375029">
<div style="columns:5; column-fill:auto; height:10px;">
  <div style="display:table;">
    <div style="display:table-caption;">
      <div style="height:1px;"></div>
      <div style="height:11px; contain:size;"></div>
    </div>
    <div style="display:table-caption; columns:2; column-fill:auto; height:1px;"></div>
  </div>
</div>