servo/tests/wpt/web-platform-tests/css/css-flexbox/fieldset-as-item-overflow-ref.html

6 lines
202 B
HTML

<!DOCTYPE html>
<div style="width: 100px; height: 100px; border: solid;">
<div style="overflow-y: scroll; max-height: 100%;">
<div style="height: 200px; background: green;"></div>
</div>
</div>