summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/height-distribution/percentage-sizing-of-table-cell-007.html
blob: 371333a24d90afb9550729250432d605a84c098c (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1227868">
<link rel="match" href="percentage-sizing-of-table-cell-007-ref.html">
<table style="height: 100%;">
  <td>
    <div style="width: 100px; min-height: 100px; height: 100%; overflow-y: scroll;">
      <div style="height: 200px; background: green;"></div>
    </div>
  </td>
</table>