cssConfigurator.initialise(config,
INTERNAL_DEVICE_FACTORY.createInternalDevice(device));
cssVersion = config.getCssVersion();
// It should have syntax values now.
assertTrue(cssVersion.supportsSyntax(StyleSyntaxes.COLOR_TRIPLETS));
// Explicitly set color.triplets syntax support to none and test again
policies.put(COLOR_TRIPLETS, "none");
device = createDevice("Master", policies, null);
cssConfigurator.initialise(config,