Bug 1837620 - Part 6: Make edges for multiple shape guard weak too r=sfink
[gecko.git] / layout / reftests / async-scrolling / no-overscroll-ref.html
blobe6c2a479f1e7c3d2eff53b76aa76a8973ce8410e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 html {
6 scrollbar-width: none;
8 body {
9 height: 3000px;
10 margin: 0;
12 div {
13 position: absolute;
14 top: 0px;
15 width: 200px;
16 height: 200px;
17 background: green;
19 </style>
20 </head>
21 <body>
22 <div></div>
23 </body>
24 </html>