summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/table-cell-child-overflow-measure-ref.html
blob: d4e3ec6a91c4124fa4f465b8912f720a8fec4c57 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<div style="width: 100px; height: 100px; background: green;">
  <div style="overflow: auto; height: 100%;">
     <div style="height: 200px;"></div>
  </div>
</div>