summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/563584-8c.html
blob: ea476a17ef469e32bab8537bd47b8305da92f2dd (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML>
<html class="reftest-print">
<title>Test for setting and handling of mIsTopOfPage on floats</title>
<body style="margin: 0">
<div style="height: 1in"></div>
<div style="float: left">
  <div><div style="display:inline-block; vertical-align: top; height: 3in; width: 1in; background: aqua"></div></div>
  <div><div style="display:inline-block; vertical-align: top; height: 1in; width: 1in; background: yellow"></div></div>
</div>