fune/testing/web-platform/tests/css/css-tables/table-cell-child-overflow-measure-ref.html
Ian Kilpatrick cd62471680 Bug 1711779 [wpt PR 29032] - [TablesNG] Fix size of table-cell child with overflow and percent height, a=testonly
Automatic update from web-platform-tests
[TablesNG] Fix size of table-cell child with overflow and percent height

Previously we didn't consider a table-cell as having a restricted size
if the table-cell itself had a size specified.

This changes to logic to also consider this.

Bug: 1210436
Change-Id: If0b90822a6461b0ca7764d9e4d7c8ab6b2a00b88
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2904468
Reviewed-by: Aleks Totic <atotic@chromium.org>
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#884156}

--

wpt-commits: e357ccfb00d56bc3fcd7f90ddd8002f0afe72759
wpt-pr: 29032
2021-05-20 03:45:42 +00:00

6 lines
180 B
HTML

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