2010-08-05 21:59:19 -07:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<title>Test for pushing of floats to next column when float breaking in columns is disabled</title>
|
2012-06-13 09:00:56 -07:00
|
|
|
<body style="-moz-column-width: 200px; margin: 0; -moz-column-gap: 0; height: 200px;">
|
2010-08-05 21:59:19 -07:00
|
|
|
<div style="float: left;">
|
|
|
|
<div style="display: inline-block; vertical-align: top; height: 150px; width: 200px; background: yellow"></div>
|
|
|
|
</div>
|
|
|
|
<div style="float: left;">
|
|
|
|
<div style="display: inline-block; vertical-align: top; height: 150px; width: 200px; background: aqua"></div>
|
|
|
|
</div>
|
|
|
|
<div style="float: left;">
|
|
|
|
<div style="display: inline-block; vertical-align: top; height: 150px; width: 200px; background: fuchsia"></div>
|
|
|
|
</div>
|