Bug 250206 - Calculate auto margins on orthogonal tables correctly
Summary: Calculate auto margins on orthogonal tables correctly
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-06 07:13 PST by Ahmad Saleem
Modified: 2023-11-13 18:18 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmad Saleem 2023-01-06 07:13:32 PST
Hi Team,

While going through Blink's commit, I came across another potential to merge:

Blink Commit - https://src.chromium.org/viewvc/blink?revision=176634&view=revision (https://chromium.googlesource.com/chromium/blink/+/977524d1fa2ea6e758b8e25a7a08473e1559f9b8)

WebKit Source - https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderTable.cpp#571 & https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderTable.cpp#513

Failing Test Case - https://jsfiddle.net/w40ohfx5/show

^ Failing in Safari 16.2 & Safari Technology Preview 160 while passing in Chrome Canary 111 and Firefox Nightly 110.

Just wanted to raise, so we can fix this as well.

Thanks!
Comment 1 Radar WebKit Bug Importer 2023-01-13 07:14:16 PST
<rdar://problem/104223475>
Comment 2 Ahmad Saleem 2023-11-13 18:18:30 PST
PR attempt: https://github.com/WebKit/WebKit/pull/10276 (Just for reference)