Index: LayoutTests/svg/css/getComputedStyle-basic.xhtml |
diff --git a/LayoutTests/svg/css/getComputedStyle-basic.xhtml b/LayoutTests/svg/css/getComputedStyle-basic.xhtml |
index 523912ba288927a57aad51b19f6f76a8954f2fcc..1385b448fc8dca560461fb3f07bebb5b5fea34e7 100644 |
--- a/LayoutTests/svg/css/getComputedStyle-basic.xhtml |
+++ b/LayoutTests/svg/css/getComputedStyle-basic.xhtml |
@@ -26,9 +26,7 @@ |
if (!propertiesToTest[name]) |
continue; |
var value = style.getPropertyValue(name); |
- var cssValue = style.getPropertyCSSValue(name); |
debugLog(elementId + ": style.getPropertyValue(" + name + ") : " + value); |
- debugLog(elementId + ": style.getPropertyCSSValue(" + name + ") : " + cssValue); |
} |
} |