Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 462844-1.html
blobe13d9e610d84c6df3151dbf8895d226958a19dcb
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:block; 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>