NEW 273055
css/css-overflow/overflow-canvas.html fails, due to not supporting visible overflow for replaced element
https://bugs.webkit.org/show_bug.cgi?id=273055
Summary css/css-overflow/overflow-canvas.html fails, due to not supporting visible ov...
Matt Woodrow
Reported 2024-04-22 01:05:01 PDT
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`.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-04-29 01:05:15 PDT
Note You need to log in before you can comment on or make changes to this bug.