Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-multicol/crashtests/nested-oof-multicol-with-monolithic-child.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=1306582"> <div style="columns:4; column-fill:auto; height:100px;"> <div style="position:relative;"> <div style="height:90px;"></div> <div style="position:absolute; columns:1; column-fill:auto; width:10px; height:95px;"> <div style="height:95px; contain:size;"></div> </div> <div style="position:absolute; width:1px; height:100px;"></div> </div> </div>