Bug 21630

Summary: content not center aligned due to "table-layout:fixed"
Product: WebKit Reporter: jasneet <jasneet>
Component: TablesAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ahmad.saleem792, ap, bfulgham, jasneet, rniwa, simon.fraser, zalan
Priority: P2 Keywords: HasReduction
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: Windows XP   
URL: http://www.ynet.co.il/home/0,7340,L-544,00.html
Attachments:
Description Flags
reduced testcase
none
Safari 15.6 matches with Chrome but differs from Firefox none

Description jasneet 2008-10-15 17:22:06 PDT
I Steps:
Go to http://www.ynet.co.il/home/0,7340,L-544,00.html

II Issue:
content not center aligned - it is left aligned

III Conclusion:
This issue is caused because of the table style property "table-layout:fixed" and tag <colgroup>, if remove any of them, then it works fine in webkit

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 37604
Comment 1 jasneet 2008-10-15 17:22:31 PDT
Created attachment 24379 [details]
reduced testcase
Comment 2 Jon@Chromium 2008-11-05 09:33:13 PST
Originated in Chromium bug tracker: http://code.google.com/p/chromium/issues/detail?id=1752
Comment 3 Ahmad Saleem 2022-08-14 03:12:52 PDT
Created attachment 461608 [details]
Safari 15.6 matches with Chrome but differs from Firefox

I am not sure whether to call this reproducible or not since Safari 15.6 is matching with Chrome Canary 106 and expanding the outer border to visual viewport end while Firefox Nightly 105 does not as highlighted in the screenshot.

I will leave it someone else to decide whether to change status to "New" or deduce whether Safari and Chrome are aligned with Web-spec and close it out. Thanks!