summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/fieldset-as-item-overflow-ref.html
blob: 94e64dd1b829f68a935679ee6c26659437b730a7 (plain)
1
2
3
4
5
6
<!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>