(innerProps == null || (styleWidth == null ||
styleWidth.equals(hundredPercent) ||
styleWidth == WidthKeywords.AUTO) &&
h.isBorderInsignificant(innerProps)) &&
(outerProps == null || h.isBorderInsignificant(outerProps)) &&
h.paddingMatches(innerProps, outerProps);
}
return canOptimize;
}
}