MutableShorthandSet supportedShorthands = new MutableShorthandSet();
supportedShorthands.add(StyleShorthands.PADDING);
final TestPropertyClearerChecker checker =
new TestPropertyClearerChecker();
ShorthandOptimizer allShorthands =
new EdgeShorthandOptimizer(StyleShorthands.PADDING,
checker, supportedShorthands);