layout/reftests/bugs/563584-9c.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/563584-9c.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<title>Test for pushing of floats to next column when float breaking in columns is disabled</title>
     1.6 +<body style="-moz-column-width: 200px; -moz-column-fill: auto; margin: 0; -moz-column-gap: 0; height: 200px;">
     1.7 +<div style="float: left;">
     1.8 +  <div style="display: inline-block; vertical-align: top; height: 150px; width: 200px; background: yellow"></div>
     1.9 +</div>
    1.10 +<div style="float: left;">
    1.11 +  <div style="display: inline-block; vertical-align: top; height: 150px; width: 200px; background: aqua"></div>
    1.12 +</div>
    1.13 +<div style="float: left;">
    1.14 +  <div style="display: inline-block; vertical-align: top; height: 150px; width: 200px; background: fuchsia"></div>
    1.15 +</div>

mercurial