gecko-dev/layout/reftests/async-scrolling/nested-2-ref.html
Kartikaya Gupta 8f8ac01d11 Bug 1130982 - Reftest for this bug. r=mattwoodrow
--HG--
extra : rebase_source : 34204f372f9c73412ca301e5ebd89cb75fd6432d
2015-02-25 17:59:41 -05:00

11 lines
355 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<div style="width:400px; height:500px; overflow:hidden; border:2px solid black">
<div style="width:300px; height:100px; overflow:hidden; border:2px solid blue; margin-top: 50px">
<div style="height:200px; background:purple"></div>
</div>
<div class="filler" style="height: 1000px"></div>
</div>
</html>