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