RESOLVED FIXED 226063
[LFC][TFC][Quirks] Use box-sizing: border-box when computing cell height
https://bugs.webkit.org/show_bug.cgi?id=226063
Summary [LFC][TFC][Quirks] Use box-sizing: border-box when computing cell height
zalan
Reported 2021-05-20 19:05:12 PDT
ssia
Attachments
Patch (8.82 KB, patch)
2021-05-20 19:31 PDT, zalan
no flags
Patch (8.82 KB, patch)
2021-05-20 20:46 PDT, zalan
no flags
zalan
Comment 1 2021-05-20 19:31:14 PDT
Simon Fraser (smfr)
Comment 2 2021-05-20 20:00:52 PDT
Comment on attachment 429257 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429257&action=review > Source/WebCore/layout/formattingContexts/table/TableFormattingContext.cpp:307 > + auto heightIsBorderBox = layoutState().inQuirksMode() || cellBox.style().boxSizing() == BoxSizing::BorderBox; heightUsesBorderBox?
zalan
Comment 3 2021-05-20 20:46:37 PDT
EWS
Comment 4 2021-05-21 06:11:17 PDT
Committed r277856 (237998@main): <https://commits.webkit.org/237998@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 429263 [details].
Radar WebKit Bug Importer
Comment 5 2021-05-21 06:12:17 PDT
Note You need to log in before you can comment on or make changes to this bug.