Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-multicol/crashtests/oof-in-nested-line-float.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=1307990"> <div style="columns:3; column-fill:auto; height:100px; line-height:20px; orphans:1; widows:1;"> <br> <div style="columns:2; float:left; height:20px; column-fill:auto;"> <div style="position:relative;"> <br> <div style="position:absolute; width:100%; height:10px;"></div> </div> </div> </div>