Bug 248569
| Summary: | Support ::backdrop renderers on all elements | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | Layout and Rendering | Assignee: | Tim Nguyen (:ntim) <ntim> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Tim Nguyen (:ntim)
Some renderers don't expect extra children like RenderVideo, which causes the ::backdrop to not be laid out. We could fix all renderers to lay out children, but that's probably unnecessary complexity and it's likely to miss certain cases.
So let's append all ::backdrop to the RenderView whenever we can.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102833504>
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/6997
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/7005
EWS
Committed 257337@main (fc7f34162f24): <https://commits.webkit.org/257337@main>
Reviewed commits have been landed. Closing PR #7005 and removing active labels.