Bug 1837620 - Part 6: Make edges for multiple shape guard weak too r=sfink
[gecko.git] / layout / reftests / async-scrolling / position-fixed-inside-sticky-3-ref.html
blob88f0577aabd95e893ec9fc2798c30adc79ffe9e7
1 <!DOCTYPE html>
2 <html>
3 <style>
4 body {
5 height: 4000px;
6 margin: 0;
7 overflow: hidden;
9 #sticky {
10 position: sticky;
11 top: 0;
12 height: 60px;
13 background-color: blue;
15 </style>
16 <body>
17 <div id="sticky"></div>
18 </body></html>