These two WPT tests fail because the overriding height set by the table's flex parent is being ignored: imported/w3c/web-platform-tests/css/css-flexbox/table-as-item-flex-cross-size.html imported/w3c/web-platform-tests/css/css-flexbox/table-as-item-stretch-cross-size.html
Created attachment 426213 [details] Patch
Comment on attachment 426213 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=426213&action=review Looks good to me. I wonder, does it not fix any grid-layout width tables bug? > Source/WebCore/ChangeLog:3 > + Table layout takes overriding height into account This is a nit, but bug title normally describes the issue and... > Source/WebCore/ChangeLog:8 > + RenderTable::layout applies the overriding height set by the element's parent. ChangeLog body describes the fix. Don't be afraid to be verbose :)
Created attachment 426396 [details] Patch
Committed r276240 (236722@main): <https://commits.webkit.org/236722@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 426396 [details].
<rdar://problem/77110064>