Chromium Code Reviews
Description[CSSRegions] Constrain auto-height region computation in a different way
Since the region is a render block, we can use RenderBox::constrainContentBoxLogicalHeightByMinMax
instead of RenderBox::computeReplacedLogicalHeightRespectingMinMaxHeight to better reflect the fact
that the region is not a replaced element.
Covered by existing regions tests, since when replaced-based the region had an intrinsic height of 0 and now, block-based,
it does not have any children.
BUG=243651
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151442
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|
|||||||||||||||||||