Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-multicol/crashtests/multicol-floats-in-ifc.html
<!DOCTYPE html> <link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org"> <link rel="help" href="https://crbug.com/1283250"> <div style="columns:2; column-fill:auto; height:10px; line-height:20px;"> <div style="columns:1;"> <div style="padding-top:1px; direction:rtl;"> <span> <div style="display:inline-block; width:101%; height:1px;"></div> </span> <div style="float:left; width:1px; height:1px;"></div> </div> </div> </div>