From 36678c20cad9cf9895e120ecdc68e0b18ca3b64b Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Wed, 16 May 2007 03:39:36 +0000 Subject: [PATCH] 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 --- mozilla/layout/style/test/test_value_storage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/style/test/test_value_storage.html b/mozilla/layout/style/test/test_value_storage.html index ad976ea1cfe..80bf691c95d 100644 --- a/mozilla/layout/style/test/test_value_storage.html +++ b/mozilla/layout/style/test/test_value_storage.html @@ -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;