[Webkit-unassigned] [Bug 242970] New: RenderBox::determineBackgroundBleedAvoidance returns BackgroundBleedUseTransparencyLayer for cases of no bleeding without taking background-clip:content-box into account

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 20 17:07:51 PDT 2022


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

            Bug ID: 242970
           Summary: RenderBox::determineBackgroundBleedAvoidance returns
                    BackgroundBleedUseTransparencyLayer for cases of no
                    bleeding without taking background-clip:content-box
                    into account
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Created attachment 461061

  --> https://bugs.webkit.org/attachment.cgi?id=461061&action=review

test case

RenderBox::determineBackgroundBleedAvoidance returns BackgroundBleedUseTransparencyLayer for cases of no bleeding without taking background-clip:content-box into account

In the test case, RenderBox::paintBoxDecorations doesn't need to
begin a transparency layer because the background and borders
don't intersect. However,
RenderBox::determineBackgroundBleedAvoidance returns
BackgroundBleedUseTransparencyLayer because it's always assuming
background-clip:border-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/20220721/04ff9c71/attachment-0001.htm>


More information about the webkit-unassigned mailing list