Mypal/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-2.html

7 lines
140 B
HTML
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
<div style="overflow:auto; width:200px; height:200px;">
<div>
<div style="width:300px; height:100%; background:green">
</div>
</div>
</div>