Bug 1918529 - fix some subpixel misalignment issues with gfx.webrender.svg-filter...
[gecko.git] / layout / reftests / margin-collapsing / block-non-sibling-4-ref.html
blobe9ef9a691fceddfec8e28e6779a0b2a1dcca28dd
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 #bar1 {
6 height: 20px;
7 background-color: green;
8 margin-bottom: 20px;
10 #bar2 {
11 height: 20px;
12 background-color: blue;
14 </style>
15 </head>
16 <body>
17 <div id="bar1"></div>
18 <div id="bar2"></div>
19 </body>
20 </html>