layout/reftests/floats/zero-height-float-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/floats/zero-height-float-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<title>Test for wrapping around zero-height floats</title>
     1.6 +
     1.7 +<div style="width: 500px; height: 500px; float: left; font-size: 12px;">
     1.8 +
     1.9 +  <span style="display:inline-block; vertical-align: bottom; height: 20px; width: 300px; background: blue; margin-left: 10px;"></span>
    1.10 +  <span style="display:inline-block; vertical-align: bottom; height: 20px; width: 300px; background: purple; margin-left: 100px;"></span>
    1.11 +  <span style="display:inline-block; vertical-align: bottom; height: 20px; width: 300px; background: fuchsia"></span>
    1.12 +
    1.13 +</div>

mercurial