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