You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <object> element is blocked from rendering children if it is
rendered as a replaced element. However, ::backdrop is rendered as a
sibling in the top layer.
This worked a lot of the time in Blink, because the first time we create
the ::backdrop, we typically don't know yet what the <object> will
render as, but doing mutations on the <object> while rendered in the top
layer, including the anchor() style recalculations during layout, we
would know what the layout object type is and incorrectly stop rendering
the ::backdrop.
Bug: 436811729
Change-Id: I94157ea2112dfd980ee25c83c7c284eaa857e3e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6827402
Reviewed-by: Anders Hartvoll Ruud <[email protected]>
Commit-Queue: Rune Lillesveen <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1498171}
0 commit comments