gecko/layout/reftests/bugs/928607-1-ref.html
Robert O'Callahan 3f350d1ef3 Bug 928607. Ensure that nsGfxScrollFrameInner::UpdatePosition clips the overflow area of its children. r=tn
--HG--
extra : rebase_source : 2c8e33393cf73b6760cd26017c58a44d209b8e9b
2013-10-22 14:10:31 +02:00

9 lines
189 B
HTML

<DOCTYPE HTML>
<html>
<body>
<div style="overflow:hidden; border:1px solid black;">
<div style="position:relative; left:50px; height:10px; background:blue;"></div>
</div>
</body>
</html>