wpt / css / css-multicol / nested-balanced-very-tall-content-crash.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-multicol/nested-balanced-very-tall-content-crash.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1289800">
<div style="columns:1; column-fill:auto; height:12000000px;">
  <span style="vertical-align:1234567890px;">
    <div style="columns:1;">
      <div style="height:100px;"></div>
      <div style="height:1234567890px;"></div>
    </div>
  </span>
</div>