chromium/third_party/blink/web_tests/external/wpt/css/css-tables/min-height-table-ref.html

<!doctype html>
<title>CSS test reference</title>
<style>
td {
  padding: 0;
}

table {
  border-spacing: 0;
  border: 1px solid black;
  background: green;
  padding: 5px;
}
div {
  width: 300px;
  height: 300px;
}
</style>
<table>
  <tr>
    <td><div></div></td>
  </tr>
</table>