summaryrefslogtreecommitdiffstats
path: root/layout/reftests/floats/zero-height-float-ref.html
blob: 3b5fe07575f8fd9ce73179a6899cae958086b654 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<title>Test for wrapping around zero-height floats</title>

<div style="width: 500px; height: 500px; float: left; font-size: 12px;">

  <span style="display:inline-block; vertical-align: bottom; height: 20px; width: 300px; background: blue; margin-left: 10px;"></span>
  <span style="display:inline-block; vertical-align: bottom; height: 20px; width: 300px; background: purple; margin-left: 100px;"></span>
  <span style="display:inline-block; vertical-align: bottom; height: 20px; width: 300px; background: fuchsia"></span>

</div>