summaryrefslogtreecommitdiffstats
path: root/layout/reftests/percent-overflow-sizing/simpleHeight100D.html
blob: e4e1f492a06dd213cffc41f84a02fb8cd0f51e34 (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">
<div id=a style="background: green;">
</div>
</div>