chromium/third_party/blink/web_tests/external/wpt/css/css-tables/table-cell-child-overflow-measure-ref.html

<!DOCTYPE html>
<div style="width: 100px; height: 100px; background: green;">
  <div style="overflow: auto; height: 100%;">
     <div style="height: 200px;"></div>
  </div>
</div>