summaryrefslogtreecommitdiffstats
path: root/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightD.html
blob: 913ae6f4054da1fd0269c324f789eb6396ad3ab9 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<body onload="document.getElementById('a').style.height='100%';">
<div style="overflow:auto; width:200px; height:200px;">
<div id=a style="width:300px; background:green">
</div>
</div>