Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-multicol/crashtests/block-in-inline-with-spanner-in-overflowed-parent-nested-multicol.html
<!DOCTYPE html> <title>Nested multicol, overflowed block with spanner in next outer column</title> <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> <link rel="help" href="https://issues.chromium.org/issues/364933065"> <div style="columns:2; column-fill:auto; height:100px;"> <div style="columns:2; column-fill:auto;"> <span> <div style="height:10px;"> <span style="outline:solid;"> <div style="height:205px;"></div> <div style="column-span:all; height:20px;"></div> </span> </div> </span> </div> </div>