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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user