new EdgeShorthandOptimizer(StyleShorthands.PADDING,
checker, new MutableShorthandSet());
ShorthandRendererTestSuiteBuilder builder =
new ShorthandRendererTestSuiteBuilder(
null, new ShorthandPropertyRenderer(StyleShorthands.PADDING),
allShorthands, noShorthands, checker);
builder.addSameWithAndWithout("padding-top:1%;");
builder.addSameWithAndWithout("padding-right:2%;");
builder.addSameWithAndWithout("padding-top:1%;padding-right:2%;");