Bug 1918529 - fix some subpixel misalignment issues with gfx.webrender.svg-filter...
[gecko.git] / layout / reftests / margin-collapsing / table-sibling-2-noref.html
blobf0ffec8230e92f96094e6cb5bfdc792ba04431a2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 #table1 {
6 display: table;
7 height: 20px; width: 100px;
8 background-color: green;
9 margin-bottom: 30px;
11 #table2 {
12 display: table;
13 height: 20px; width: 100px;
14 background-color: red;
15 margin-bottom: 30px;
17 #table3 {
18 display: table;
19 height: 20px; width: 100px;
20 background-color: blue;
22 </style>
23 </head>
24 <body>
25 <div id="table1"></div>
26 <div id="table2"></div>
27 <div id="table3"></div>
28 </body>
29 </html>