Back out part of the last change which is not actually correct

This commit is contained in:
bzbarsky@mit.edu 2007-05-15 20:39:36 -07:00
parent 9a024b3234
commit 1492416482

View File

@ -283,8 +283,8 @@ function test_property(property)
property + ": " + value + "'");
}
if (test_computed && "subproperties" in info) {
gDeclaration.removeProperty(property);
for (idx in info.subproperties) {
gDeclaration.removeProperty(property);
var subprop = info.subproperties[idx];
if ("backend_only" in gCSSProperties[subprop])
continue;