Status: FAIL | Duration: 9ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/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>
/css/css-tables/height-distribution/percentage-sizing-of-table-cell-007-ref.html
<!DOCTYPE html> <table> <td> <div style="width: 100px; height: 100px; overflow-y: scroll;"> <div style="height: 200px; background: green;"></div> </div> </td> </table>