summaryrefslogtreecommitdiffstats
path: root/layout/generic/test/bug633762_iframe.html
blob: 185d9af65a94b21079864067fa5ee832e2458efc (plain)
1
2
3
4
5
6
7
8
<html>
<body>
<div style="background: red; height: 4000px;">hi</div>
<div id="b" style="background: blue; height: 10000px;"></div>
<div id="a" style="background: yellow; height: 100px;"></div>
<div style="background: green; height: 4000px;"></div>
</body>
</html>