[webkit-reviews] review granted: [Bug 234935] Inline blocks that contain text with min-width, box-sizing: border-box incorrectly include the border in width calculation : [Attachment 448617] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 7 12:15:59 PST 2022


Antti Koivisto <koivisto at iki.fi> has granted zalan <zalan at apple.com>'s request
for review:
Bug 234935: Inline blocks that contain text with min-width, box-sizing:
border-box incorrectly include the border in width calculation
https://bugs.webkit.org/show_bug.cgi?id=234935

Attachment 448617: Patch

https://bugs.webkit.org/attachment.cgi?id=448617&action=review




--- Comment #8 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 448617
  --> https://bugs.webkit.org/attachment.cgi?id=448617
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=448617&action=review

>
Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.cpp:172
> +	   ,
ceiledLayoutUnit(computedIntrinsicWidthForConstraint(IntrinsicWidthMode::Maximu
m))

odd comma placement


More information about the webkit-reviews mailing list