Mozilla/mozilla/layout/reftests/bugs/406568-1-ref.html
roc+%cs.cmu.edu 90eb0469a3 Bug 406568. Don't reflow abs-pos kids of a block if we're going to reflow it again because of a clearance change. r=sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@240489 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-05 02:57:53 +00:00

12 lines
334 B
HTML

<!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>