summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/563584-10a.html
blob: 9dbbc06f6b0bf9c55661a1e451b03bef445e979e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html class="reftest-paged">
<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="float: left; clear: left; height: 0.25in; background: yellow; width: 1in"></div>