[Webkit-unassigned] [Bug 252834] Don't let intrinsic padding skew pagination struts on table cells

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 2 17:23:34 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=252834

--- Comment #2 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Figured out:

            if (cell->cellWidthChanged())
                cell->clearIntrinsicPadding();

____

It leads to Safari match print output in following with Chrome Canary 112 but seems to be broken behavior IMO:

Test Case - https://jsfiddle.net/m0vwngk2/show

Do we need to fix this? Would appreciate any input. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230303/954b3920/attachment.htm>


More information about the webkit-unassigned mailing list