This WPT test fails https://wpt.fyi/results/css/css-tables/fixed-layout-excess-width-distribution-001.html It was fixed in Chromium with https://chromium-review.googlesource.com/c/chromium/src/+/644188/5/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.cpp#b225 The equivalent code in WebKit is at https://searchfox.org/wubkat/rev/dbe54de0044f94bf3d6a7fbf07fc29ace272bb58/Source/WebCore/rendering/FixedTableLayout.cpp#239
<rdar://problem/105372108>
Created attachment 465027 [details] WebKit Changes - Compiles but not fixes this test I compiled local build based on the Chromium / Blink patch as shown in the image (I also did change in .h file) and it compiles but it does not passes the WPT test case. Just wanted to highlight. If I am doing anything wrong, would appreciate help. Thanks!