summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/563584-11.html
blob: 789d44c8897221c8e81e98b7a243053cd6376031 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE HTML>
<html class="reftest-paged">
<title>Test that mIsTopOfPage is not set when clearing</title>
<body style="margin: 0">
<div style="float: left; background: aqua; height: 1in; width: 1in"></div>
<div style="clear: left">
  <div style="display:inline-block; vertical-align: top; background: fuchsia; height: 1.5in; width: 1in"></div>
</div>