Bug 273055 - css/css-overflow/overflow-canvas.html fails, due to not supporting visible overflow for replaced element
Summary: css/css-overflow/overflow-canvas.html fails, due to not supporting visible ov...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 273058
  Show dependency treegraph
 
Reported: 2024-04-22 01:05 PDT by Matt Woodrow
Modified: 2024-04-29 01:05 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Woodrow 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`.
Comment 1 Radar WebKit Bug Importer 2024-04-29 01:05:15 PDT
<rdar://problem/127218689>