462844-2.html (385B)
1 <!DOCTYPE HTML> 2 <title>Testcase, bug 462844</title> 3 <div style="position: relative"> 4 <div style="display:inline"> 5 <div style="height: 100px"></div> 6 <div style="background: aqua; height: 20px;"></div> 7 <div style="display:inline; position: absolute; top: auto; left: 0; background: yellow;">Should be just below aqua block</div> 8 <div style="height: 100px"></div> 9 </div> 10 </div>