chromium/third_party/blink/web_tests/external/wpt/css/css-multicol/crashtests/spanner-in-overflowed-container-before-inline-content.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=1314998">
<div style="columns:10; height:100px; column-fill:auto; line-height:20px; orphans:1; widows:1;">
  <div style="height:0; padding-bottom:100px;">
    <div style="height:350px;"></div>
    <div style="column-span:all; padding-bottom: 100px;"></div>
  </div>
  <div style="width:1px;">
    <br>
    <div style="display:inline-block; columns:2; height:100px; column-fill:auto;"></div>
    x
  </div>
</div>