Fixed GCC complaints (recursion fallout 3, yay).
[mozilla-central.git] / layout / reftests / margin-collapsing / inline-block-horizontal-1-noref.html
blob1f66822636dad5a1d30737d021cfc6f43509d3fd
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 span {
6 display: inline-block;
8 #ib1 {
9 margin-right: 20px;
11 </style>
12 </head>
13 <body>
14 <div><span id="ib1">Hello</span><span>Kitty</span></div>
15 </body>
16 </html>