Bug 1918529 - fix some subpixel misalignment issues with gfx.webrender.svg-filter...
[gecko.git] / layout / reftests / margin-collapsing / column-sibling-2c.html
blobc55e1f6a2d96cb2055a20c262f419deacdfa1495
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 #multi-column1, #multi-column2, #multi-column3 {
6 column-count: 1;
7 height: 20px;
8 background-color: blue;
10 #multi-column1 {
11 margin-bottom: 20px;
13 #multi-column2 {
14 margin: 20px 0;
16 #multi-column3 {
17 margin-top: 20px;
19 </style>
20 </head>
21 <body>
22 <div id="multi-column1"></div>
23 <div id="multi-column2"></div>
24 <div id="multi-column3"></div>
25 </body>
26 </html>