Index: LayoutTests/fast/shapes/parsing/parsing-shape-lengths.html |
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-lengths.html b/LayoutTests/fast/shapes/parsing/parsing-shape-lengths.html |
index 5ca5a6e1c711e9d068452cdfc5188f154ebcdf9b..7c3d4418a68aaf6d82adda1221445baa03fa1d58 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-lengths.html |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-lengths.html |
@@ -31,7 +31,7 @@ function testComputedStyleValue(value, expected) { |
} |
function testInvalidValue(property, value) { |
- testStyleValue(value, null); |
+ testStyleValue(value, ""); |
testComputedStyleValue(value, 'none'); |
} |