summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/563584-6-columns.html
blob: 92025f3d3c8fe3ec3b8386cad96b090658bc11e2 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML>
<title>Testcase for float breaking</title>
<body style="column-count: 2; 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>