DescriptionVertical-aligned of LayoutText should not contribute to a layout.
According to http://www.w3.org/TR/CSS2/visudet.html#propdef-vertical-align,
the vertical-aligned is a non-inheirted value. However an vertical-aligned value
inherited from a container block is applied to LayoutText as well. This is because
the style used by LayoutText is originated by its container block and it is shared
with LayoutText rather than creating new one. To fix this, we return an initial value
of vertical-align for LayoutText in InlineBox.h.
BUG=496850
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197007
Patch Set 1 #
Total comments: 7
Patch Set 2 : Updated patch #
Total comments: 2
Patch Set 3 : Removed vertical-align from an expected result. #Patch Set 4 : Add tables/mozilla/bugs/bug14323.html to TestExpectation for rebasing. #
Messages
Total messages: 19 (6 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||