Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-multicol/crashtests/spanner-in-overflowed-container-before-inline-content.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=1314998"> <div style="columns:10; height:100px; column-fill:auto; line-height:20px; orphans:1; widows:1;"> <div style="height:0; padding-bottom:100px;"> <div style="height:350px;"></div> <div style="column-span:all; padding-bottom: 100px;"></div> </div> <div style="width:1px;"> <br> <div style="display:inline-block; columns:2; height:100px; column-fill:auto;"></div> x </div> </div>