[Webkit-unassigned] [Bug 273055] New: css/css-overflow/overflow-canvas.html fails, due to not supporting visible overflow for replaced element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 22 01:05:01 PDT 2024


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

            Bug ID: 273055
           Summary: css/css-overflow/overflow-canvas.html fails, due to
                    not supporting visible overflow for replaced element
           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: mattwoodrow at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

It looks like we always clip replaced elements to the content box rect, even if `overflow: visible` is specified.

RenderViewTransitionCapture is the exception, which has the reverse issue, and never clips overflow when using the layer attachment rendering path `RenderLayerCompositor::collectViewTransitionNewContentLayers`.

-- 
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/20240422/84313b51/attachment.htm>


More information about the webkit-unassigned mailing list