Fix CSS outline property in flipped blocks Writing Mode (vertical-rl)
This patch fixes CSS outline property for inline elements in flipped blocks Writing Mode (vertical-rl.) LayoutObject::addOutlineRects() returns rects in the object's coordinate, which does not take flipped blocks into account if the object is not a LayoutBox. This patch calls LayoutObject::localToContainerRects(), which is extracted from LayoutBoxModelObject. BUG=491454 Review URL: https://codereview.chromium.org/1458733002 Cr-Commit-Position: refs/heads/master@{#361297}
Showing
Please register or sign in to comment