Bug 273055
| Summary: | css/css-overflow/overflow-canvas.html fails, due to not supporting visible overflow for replaced element | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 273058 | ||
Matt Woodrow
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/127218689>