summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-sizing/min-content-negative-margin-crash.html
blob: 7a4dff81fa09cd69963466f03d2bb53715dc17db (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>