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

git-svn-id: svn://10.0.0.236/trunk@226503 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2007-05-16 03:39:36 +00:00
parent 27adc40647
commit 36678c20ca

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;