Do style propagation to generated content in LayoutObject.
It belongs with the other anonymous LayoutObject propagation code. There are still two loops for pseudo elements where we propagate style to anonymous table boxes like before but propagate style from the pseudo element to the generated content directly, skipping other anonymous boxes, in a separate loop. This is just keeping the same functionality for generated content without trying to propagate style through others anonymous boxes. Left a TODO for that. Change-Id: I3c38bc9d831b8a767fd601d47e4db0f81923ba47 Reviewed-on: https://chromium-review.googlesource.com/c/1328041Reviewed-by:Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#606780}
Showing
Please register or sign in to comment