PropertyStatus.REQUIRED);
MutableStyleProperties outputValues =
ThemeFactory.getDefaultInstance().createMutableStyleProperties();
optimizer.optimize(TargetEntity.ELEMENT, inputValues, outputValues,
deviceValuesMock);
assertEquals("background-attachment:scroll;background-image:none",
outputValues.getStandardCSS());
}