[webkit-reviews] review granted: [Bug 218211] RenderStyle::resetPadding sets incorrect computed value (auto) : [Attachment 412361] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 27 06:14:13 PDT 2020
Antti Koivisto <koivisto at iki.fi> has granted zalan <zalan at apple.com>'s request
for review:
Bug 218211: RenderStyle::resetPadding sets incorrect computed value (auto)
https://bugs.webkit.org/show_bug.cgi?id=218211
Attachment 412361: Patch
https://bugs.webkit.org/attachment.cgi?id=412361&action=review
--- Comment #7 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 412361
--> https://bugs.webkit.org/attachment.cgi?id=412361
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=412361&action=review
> Source/WebCore/rendering/style/RenderStyle.h:1027
> + void resetPadding() { SET_VAR(m_surroundData, padding,
LengthBox(initialPadding().intValue())); }
Just initialPadding()?
More information about the webkit-reviews
mailing list