Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-multicol/crashtests/nested-multicol-fieldset-tall-trailing-border-freeze.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=1323250"> <div style="columns:2; height:100px; column-fill:auto;"> <div style="height:10px;"></div> <div style="columns:1; height:100px; column-fill:auto;"> <fieldset style="height:100px; border:none; padding:0; margin:0; border:1px solid; padding-bottom:19px;"> <legend style="padding:0; margin:0;"></legend> <div></div> </fieldset> </div> </div>