Index: LayoutTests/css3/calc/reflection-computed-style.html |
diff --git a/LayoutTests/css3/calc/reflection-computed-style.html b/LayoutTests/css3/calc/reflection-computed-style.html |
index e3b6d379d14ff00b692e726214567401acdeef0e..f8a6271f55ae6092406662411dcd7d2b26052aca 100644 |
--- a/LayoutTests/css3/calc/reflection-computed-style.html |
+++ b/LayoutTests/css3/calc/reflection-computed-style.html |
@@ -22,7 +22,6 @@ |
log(' ' + property); |
var value = document.defaultView.getComputedStyle(object, null).getPropertyValue(property); |
log(' getPropertyValue: ' + value + (value == 'none' ? ' <- FAIL' : '')); |
- log(' getPropertyCSSValue: ' + document.defaultView.getComputedStyle(object, null).getPropertyCSSValue(property)); |
} |
function test(id, value) |