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