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