INTERNAL_DEVICE_FACTORY.createInternalDevice(device));
cssVersion = config.getCssVersion();
// It should not have margin.
assertFalse(cssVersion.supportsShorthand(StyleShorthands.MARGIN));
// It should have font.
assertTrue(cssVersion.supportsShorthand(StyleShorthands.FONT));
// Add margin and test again
final Map policies = new HashMap();
policies.put("ssversion", ssversion);
policies.put("x-css.shorthands.margin.support", "full");