1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/563584-9d.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 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; margin: 0; -moz-column-fill: auto; -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> </div> 1.11 +<div style="float: left;"> 1.12 + <div style="display: inline-block; vertical-align: top; height: 150px; width: 200px; background: aqua"></div> 1.13 +</div> 1.14 +<div> </div> 1.15 +<div style="float: left;"> 1.16 + <div style="display: inline-block; vertical-align: top; height: 150px; width: 200px; background: fuchsia"></div> 1.17 +</div>