Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-multicol/balance-extremely-tall-monolithic-content-crash.html
<!DOCTYPE html> <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> <link rel="help" href="https://www.w3.org/TR/css-multicol-1/#filling-columns"> <link rel="help" href="https://www.w3.org/TR/css-break-3/#monolithic"> <div style="columns:2;"> <div style="contain:size; height:12345678901234px;"></div> <div style="contain:size; height:12345678901234px;"></div> <div style="contain:size; height:12345678901234px;"></div> </div>