Bug 1918529 - fix some subpixel misalignment issues with gfx.webrender.svg-filter...
[gecko.git] / layout / reftests / margin-collapsing / block-abs-pos-2-ref2.html
blobf673e153f6ccf155fcb84178055cd478e030a582
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 html, body {
6 margin: 0; padding: 10px;
8 #abs-pos {
9 width: 200px;
10 background-color: lightgreen;
12 .margin {
13 height: 40px;
15 #content {
16 height: 100px;
17 background-color: green;
19 </style>
20 </head>
21 <body>
22 <div id="abs-pos">
23 <div class="margin"></div>
24 <div id="content"></div>
25 <div class="margin"></div>
26 </div>
27 </body>
28 </html>