RESOLVED FIXED 248569
Support ::backdrop renderers on all elements
https://bugs.webkit.org/show_bug.cgi?id=248569
Summary Support ::backdrop renderers on all elements
Tim Nguyen (:ntim)
Reported 2022-11-30 15:58:11 PST
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
Radar WebKit Bug Importer
Comment 1 2022-11-30 15:59:05 PST
Tim Nguyen (:ntim)
Comment 2 2022-11-30 16:00:52 PST
Tim Nguyen (:ntim)
Comment 3 2022-11-30 19:05:17 PST
EWS
Comment 4 2022-12-03 16:11:47 PST
Committed 257337@main (fc7f34162f24): <https://commits.webkit.org/257337@main> Reviewed commits have been landed. Closing PR #7005 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.