Bug 1837620 - Part 6: Make edges for multiple shape guard weak too r=sfink
[gecko.git] / layout / reftests / async-scrolling / sticky-pos-scrollable-3-ref.html
blobfab9f954ba7a1ff5e53761f25bc89bc4bc55fda5
1 <!DOCTYPE html>
2 <html>
3 <style>
4 #header {
5 position: fixed;
6 top: 0;
8 #header > div {
9 border: solid blue 2px;
10 height: 100px;
11 width: 100px;
13 </style>
14 <div id="section">
15 <div id="header">
16 <div></div>
17 </div>
18 </div>
19 </html>