Bug 1837620 - Part 6: Make edges for multiple shape guard weak too r=sfink
[gecko.git] / layout / reftests / async-scrolling / overscroll-ref.html
blob45e7535e64cb9cfb2aae81a2728e6db9fa6f106c
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: 8px;
15 width: 200px;
16 height: 200px;
17 background: green;
19 </style>
20 </head>
21 <body>
22 <div></div>
23 </body>
24 </html>