Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / inline / positioned-object-between-replaced-elements.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .goodblock { display: inline-block; width:110px; height:110px; background-color:green; margin-left:-110px }
6 .badblock { display: inline-block; width:100px; height:100px; background-color:red }
7 </style>
8 </head>
9 <body><div class="badblock"></div>  <label style="position:absolute;left:0;top:0"></label><div class="goodblock"></div></body>
10 </html>