Status: PASS | Duration: 3ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-multicol/crashtests/spanner-in-inline-after-very-tall-content-001.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=1327882"> <div style="columns:3; orphans:1; widows:2; line-height:20px;"> <span> <div style="height:1234567890px;"></div> <br> <div style="display:inline-block; width:100px; height:6000000px;"></div> <div style="column-span:all;"></div> </span> <div id="tallthing" style="height:10000000px;"></div> </div>