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 57ec1b8d66257d27dc293c77ab3df416dafd0a89..426804fb71d648d3da771186b0a787941c68370c 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-lengths.html |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-lengths.html |
@@ -32,7 +32,7 @@ function testComputedStyleValue(value, expected) { |
function testInvalidValue(property, value) { |
testStyleValue(value, null); |
- testComputedStyleValue(value, 'auto'); |
+ testComputedStyleValue(value, 'none'); |
} |
// absolute lengths - number serialization, units |