summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/563584-10b.html
blob: a724f1c8f1f0d173bb1c8670b4d14f10898224fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html class="reftest-print">
<title>Test that nsFloatManager::ClearFloats calls ClearContinues</title>
<body style="margin: 0">
<div style="float: left;">
  <div>
    <div style="display:inline-block; vertical-align: top; background: aqua; height: 1in; width: 1in"></div>
  </div>
  <div>
    <div style="display:inline-block; vertical-align: top; background: fuchsia; height: 1.5in; width: 1in"></div>
  </div>
</div>
<div style="clear: left; height: 0.25in; background: yellow; width: 1in"></div>