summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/height-distribution/percentage-sizing-of-table-cell-007-ref.html
blob: cdd6e7c906280a3dc6b65cf2e098c62ac7f8b137 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<table>
  <td>
    <div style="width: 100px; height: 100px; overflow-y: scroll;">
      <div style="height: 200px; background: green;"></div>
    </div>
  </td>
</table>