Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-sizing/min-content-negative-margin-crash.html - WPT Dashboard Interop Dashboard
<!quirks-mode>
<style>
html, body {
width: min-content;
overflow: scroll;
}
</style>
<body style="margin-right: -1px;">
<div style="margin: 0 10000000000;"></div>
</body>