Status: PASS | Duration: 3ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-multicol/crashtests/text-in-inline-interrupted-by-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=1494201"> <div style="columns:3; column-fill:auto; height:100px; line-height:50px; orphans:1; widows:1;"> <div style="width:1px;"> <span style="padding-left:100px;"> <div style="float:left; contain:size; width:100%; height:100px;"></div> firstcolumn thirdcolumn </span> </div> </div>