chromium/third_party/blink/web_tests/external/wpt/css/css-break/block-in-inline-010-crash.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=1495515">
<div style="columns:10; column-fill:auto; height:100px;">
  <div style="height:50px;"></div>
  <span>
    <div id="e58" style="float:left; width:70%;">
      <div style="float:left; width:100%; height:60px; contain:size;"></div>
    </div>
    <div style="height:10px;"></div>
  </span>
</div>
<script>
  document.body.offsetTop;
  e58.style.cssFloat = "none";
</script>