layout/reftests/floats/other-float-outside-rule-7-left-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/floats/other-float-outside-rule-7-left-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<title>Test for float placement around other float in BFC but outside containing block</title>
     1.6 +<div style="float: left; width: 500px; height: 500px">
     1.7 +    <div style="margin-top: 300px; margin-left: 100px; width: 425px; height: 10px; background: blue"></div>
     1.8 +</div>

mercurial