chromium/third_party/blink/web_tests/external/wpt/css/css-multicol/crashtests/nested-oof-multicol-with-monolithic-child.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=1306582">
<div style="columns:4; column-fill:auto; height:100px;">
  <div style="position:relative;">
    <div style="height:90px;"></div>
    <div style="position:absolute; columns:1; column-fill:auto; width:10px; height:95px;">
      <div style="height:95px; contain:size;"></div>
    </div>
    <div style="position:absolute; width:1px; height:100px;"></div>
  </div>
</div>