Status: PASS | Duration: 3ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/CSS2/floats/crashtests/float-rewind-parallel-flow-1-crash.html
<!DOCTYPE html> <link rel="help" href="https://crbug.com/1520442"> <style> #outer { display: list-item; list-style-position: inside; columns: 2; column-fill: auto; height: 100px; font-size: 1px; direction: rtl; } #inner { float: right; width: 100%; height: 150px; } </style> <div id="outer"> <div id="inner"></div> x </div>