summaryrefslogtreecommitdiffstats
path: root/layout/reftests/percent-overflow-sizing/hScrollSimpleHeight.html
blob: 649a47b410e7ea45da7c6273d9504abd6c8b85c6 (plain)
1
2
3
4
5
<!DOCTYPE html>
<div style="overflow:auto; width:200px; height:200px;">
<div style="width:300px; height:100%; background:green">
</div>
</div>