Mypal/layout/reftests/percent-overflow-sizing/nestedHeightQuirks-ref.html

9 lines
185 B
HTML

<!-- 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>