[webkit-reviews] review granted: [Bug 218713] [LFC Display] Implement background bleed avoidance, and border-radius clipping of backgrounds : [Attachment 413596] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 9 13:46:14 PST 2020


zalan <zalan at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 218713: [LFC Display] Implement background bleed avoidance, and
border-radius clipping of backgrounds
https://bugs.webkit.org/show_bug.cgi?id=218713

Attachment 413596: Patch

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




--- Comment #2 from zalan <zalan at apple.com> ---
Comment on attachment 413596
  --> https://bugs.webkit.org/attachment.cgi?id=413596
Patch

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

> Source/WebCore/display/css/DisplayBoxDecorationData.cpp:122
> +	   if (edge.style() != BorderStyle::None && edge.width())

is it supposed to return true for BorderStyle::Hidden?


More information about the webkit-reviews mailing list