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