// test all possible identifiers
if (identValues != null) {
try {
for (int i=0; i < identValues.length; ++i) {
LexicalUnit lu = cssParser.parsePropertyValue(identValues[i]);
Value v = manager.createValue(lu, null);
String s = v.getCssText();
if (!identValues[i].equalsIgnoreCase(s)) {
report.setErrorCode(ERROR_INVALID_VALUE);
report.setPassed(false);