tenfourfox/layout/reftests/bugs/539949-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
297 B
HTML

<html>
<body>
<div style="height: 10000px;"></div>
<div style="position: relative; overflow:hidden;">
<div id="test2" style="position:absolute; top:-200px;"></div>
<div style="height: 100px; width: 100px; background: blue;"></div>
</div>
<div style="height: 10000px;"></div>
</body>
</html>