NEW232407
external/wpt/css/css-tables/tentative/table-width-redistribution-fixed.html test is failing on Safari and Webkit
https://bugs.webkit.org/show_bug.cgi?id=232407
Summary external/wpt/css/css-tables/tentative/table-width-redistribution-fixed.html t...
aanala
Reported 2021-10-27 15:15:02 PDT
Below wpt test is failing on Safari and Webkit external/wpt/css/css-tables/tentative/table-width-redistribution-fixed.html https://crrev.com/853385 Cl: https://chromium-review.googlesource.com/c/chromium/src/+/2654736 Chromium Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1171407
Attachments
aanala
Comment 1 2021-10-27 15:18:32 PDT
Radar WebKit Bug Importer
Comment 2 2021-11-03 15:15:17 PDT
Ahmad Saleem
Comment 4 2026-01-27 19:47:34 PST
It is failing because we don't handle calc() properly in table code. else if (colStyleLogicalWidth.isCalculated()) colStyleLogicalWidth = CSS::Keyword::Auto { }; https://searchfox.org/wubkat/rev/ed8bfa2b0f4d82867ddd51764ad66d5ddf4adb52/Source/WebCore/rendering/FixedTableLayout.cpp#106 We just return `auto` when it is `calc()`.
Note You need to log in before you can comment on or make changes to this bug.