Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/CSS2/text/crashtests/bidi-inline-fragment-oof-crash.html
<!DOCTYPE html> <link rel="author" href="mailto:mstensho@chromium.org"> <link rel="help" href="https://crbug.com/1229999"> <div style="direction:rtl; width:500px"> <span style="border:solid"> <span style="position:relative"> <div style="display:inline-block; width:1000%; height:10px"></div> <span dir="ltr"> <div style="position:absolute"></div> </span> </span> </span> </div>