double wrapPaddingBorderHeight(double contentBoxHeight) { return contentBoxHeight + paddingTop.computedValue + paddingBottom.computedValue + border.top + border.bottom; }