| Summary: | external/wpt/css/css-tables/tentative/colspan-redistribution.html failing on Safari and Webkit | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | aanala |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | ahmad.saleem792, bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
aanala
2021-10-25 14:39:15 PDT
Below is the wpt.fyi test link for wpt/css/css-tables/tentative/colspan-redistribution.html https://wpt.fyi/results/css/css-tables/tentative/colspan-redistribution.html?label=master&product=chrome%5Bexperimental%5D&product=edge&product=firefox&product=safari&product=webkitgtk&aligned Merging Blink Commit:
columnMaxLogicalWidth = std::max(columnMaxLogicalWidth, columnMinLogicalWidth);
m_layoutStruct[pos].effectiveMaxLogicalWidth = std::max(m_layoutStruct[pos].effectiveMaxLogicalWidth, columnMaxLogicalWidth);
Here: https://github.com/WebKit/WebKit/blob/2eed0466d7087a67e3b65404c23d3e1622e6ae15/Source/WebCore/rendering/AutoTableLayout.cpp#L430
__
It does not progress below test case though, we might have other issue in handling colspan, which we might need to fix before doing this.
|