Mypal/layout/reftests/percent-overflow-sizing/hScrollSimpleHeight.html
2019-03-11 13:26:37 +03:00

6 lines
143 B
HTML

<!DOCTYPE html>
<div style="overflow:auto; width:200px; height:200px;">
<div style="width:300px; height:100%; background:green">
</div>
</div>