min-content-negative-margin-crash.html (228B)
1 <!quirks-mode> 2 <link rel="help" href="https://crbug.com/1004060"> 3 <style> 4 html, body { 5 width: min-content; 6 overflow: scroll; 7 } 8 </style> 9 <body style="margin-right: -1px;"> 10 <div style="margin: 0 10000000000;"></div> 11 </body>