https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 735e768d0b6231997d95cf9ecc43a1fb3c1faafc authored by ffxbld on 13 December 2011, 01:58:11 UTC
Added tag FENNEC_9_0b6_BUILD1 for changeset 541d40f07d00. CLOSED TREE a=release
Tip revision: 735e768
563584-6-columns.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>

back to top