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