tenfourfox/layout/reftests/bugs/563584-6-columns.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

10 lines
499 B
HTML

<!DOCTYPE HTML>
<title>Testcase for float breaking</title>
<body style="-moz-column-count: 2; -moz-column-gap: 0; margin: 0; width: 400px; height: 400px">
<!-- two columns, each 200px wide and 400px tall -->
<div style="float: left; width: 150px; height: 100px; background: blue"></div>
<div style="float: left; width: 75px; height: 200px; background: aqua"></div>
<!-- test to see where this float goes -->
<div style="float: left; width: 100px; height: 350px; background: fuchsia"></div>