chromium/third_party/blink/web_tests/external/wpt/css/css-multicol/crashtests/break-before-multicol-caption.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
<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>