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