WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
232407
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
Add attachment
proposed patch, testcase, etc.
aanala
Comment 1
2021-10-27 15:18:32 PDT
Firefox Bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=1692395
Radar WebKit Bug Importer
Comment 2
2021-11-03 15:15:17 PDT
<
rdar://problem/84994109
>
aanala
Comment 3
2021-11-11 14:23:18 PST
Below is the wpt.fyi test link for wpt/css/css-tables/tentative/table-width-redistribution-fixed.html
https://wpt.fyi/results/css/css-tables/tentative/table-width-redistribution-fixed.html?label=master&product=chrome%5Bexperimental%5D&product=edge&product=firefox&product=safari&product=webkitgtk&aligned
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.
Top of Page
Format For Printing
XML
Clone This Bug