Fix an edge case in FirstLetterPseudoElement::FirstLetterTextLayoutObject
FirstLetterPseudoElement::FirstLetterTextLayoutObject finds the remaining text layout object by traversing in the subtree of the block container and inspects the layout objects one by one. There is one case where the code fails to move past the list marker layout object when the list marker is wrapped in an anonymous block flow, which is fixed by this patch. Bug: 947422 Change-Id: I427ee77ae43be8464bddd9120b5c50f3c1dd84be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548381 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#646667}
Showing
Please register or sign in to comment