Fixed GCC complaints (recursion fallout 3, yay).
[mozilla-central.git] / layout / reftests / margin-collapsing / block-zero-height-1a-ref.html
blob3c16bc617dc38b6b86d4539aeadf07a3afd03a20
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 #a {
6 height: 20px;
7 background-color: green;
8 margin-bottom: 20px;
10 #b {
11 height: 10px;
12 background-color: red;
14 </style>
15 </head>
16 <body>
17 <div id="a"></div>
18 <div id="b"></div>
19 </body>
20 </html>