DescriptionFix 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
Committed: https://crrev.com/328e05af64df9ee8260c65e636d87d3c0c7cccac
Cr-Commit-Position: refs/heads/master@{#361297}
Patch Set 1 #Patch Set 2 : Fix inline-block #Patch Set 3 : localToContainerRects #Patch Set 4 : Cleanup, test moved to csswg-test #Patch Set 5 : !isBox() #
Messages
Total messages: 19 (7 generated)
|