Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/CSS2/floats/line-pushed-by-floats-crash.html
<!DOCTYPE html> <link rel="help" href="https://crbug.com/1064987"> <body style="width: 100px;"> <div style="float: right; width: 10px;"></div> <span> <div style="display: inline-block; width: 1000px; height: 10px;"></div> </span> <span style="position: absolute;"></span> <span style="float: left; height: 10px; column-gap: 65536px; column-count: 65536;"></span> </body>