summaryrefslogtreecommitdiffstats
path: root/layout/reftests/percent-overflow-sizing/simpleHeight100.html
blob: b22a101ce46cd47cd1f7c7dea0040e008849092b (plain)
1
2
3
4
5
<!DOCTYPE html>
<div style="overflow:auto; height:200px; width:200px">
<div style="background: green; height:100%">
</div>
</div>