chromium/third_party/blink/web_tests/external/wpt/css/css-multicol/crashtests/multicol-floats-in-ifc.html

<!DOCTYPE html>
<link rel="author" title="Koji Ishii" href="mailto:[email protected]">
<link rel="help" href="https://crbug.com/1283250">
<div style="columns:2; column-fill:auto; height:10px; line-height:20px;">
  <div style="columns:1;">
    <div style="padding-top:1px; direction:rtl;">
      <span>
        <div style="display:inline-block; width:101%; height:1px;"></div>
      </span>
      <div style="float:left; width:1px; height:1px;"></div>
    </div>
  </div>
</div>