[Webkit-unassigned] [Bug 264625] RenderBox::applyVisualEffectOverflow() and RenderBox::outlineBoundsForRepaint() use different ways of computing outline/shadow extent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 10 15:11:35 PST 2023


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

--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
These should give the same result:

    applyVisualEffectOverflow(borderBoxRect())

and

    LayoutRect box = borderBoundingBox();
    adjustRectForOutlineAndShadow(box);

-- 
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/20231110/a7d5e839/attachment.htm>


More information about the webkit-unassigned mailing list