Status: PASS | Duration: 9ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/CSS2/normal-flow/crashtests/block-in-inline-remove-crash.html
<!DOCTYPE html> <title>CSS Test: Re-layout after removing block-in-inline element</title> <link rel="help" href="https://crbug.com/41491628"> <br> <nobr> <ol id="target"></ol> </nobr> <script> document.body.offsetHeight; const target = document.getElementById('target'); target.remove(); document.body.offsetHeight; </script>