summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/332557-1-ref.html
blob: 980567fe1a95ed8ad3a7f0015154caad280a31b7 (plain)
1
2
3
4
5
6
7
8
9
<DOCTYPE html>
<html>
<body style="width: 400px">
<div style="overflow:scroll; padding-left: 80px; padding-right: 200px;
     background: yellow; height: 200px">
     <div style="height: 500px; background: blue;"></div>
</div>
</body>
</html>