Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-sizing/min-content-negative-margin-crash.html
<!quirks-mode> <link rel="help" href="https://crbug.com/1004060"> <style> html, body { width: min-content; overflow: scroll; } </style> <body style="margin-right: -1px;"> <div style="margin: 0 10000000000;"></div> </body>