1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-07-14 19:03:40 +01:00
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>