summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/406568-1-ref.html
blob: 4c7c1bd1aea610b93570d041e3132ae16ca1518d (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<body>
&nbsp;
<div style="position:relative; width:300px; background:grey;">
  <div style="position:absolute; left:0; bottom:0px; width:250px; background:lime;">abs.pos.</div>
  <div style="float:left; width:200px; height:200px; background:cyan;"></div>
  <div style="clear:both;"></div>
</div>
</body>
</html>