chromium/third_party/blink/web_tests/external/wpt/css/css-tables/height-distribution/percentage-sizing-of-table-cell-007.html

<!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>