Index: LayoutTests/fast/shapes/parsing/parsing-shape-outside.html |
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-outside.html b/LayoutTests/fast/shapes/parsing/parsing-shape-outside.html |
index 23ececa816aaaeacc3fadca39927498259251f0b..2112f970abbe0ef8d49e48bc9316cd85bc3609d1 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside.html |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside.html |
@@ -18,7 +18,7 @@ validShapeValues.forEach(function(elt, i, a) { |
testShapeComputedProperty("shape-outside", value, computedValue); |
}); |
-testLocalURLShapeProperty("shape-outside", "url(\'image\')", "url(image)"); |
+testLocalURLShapeProperty("shape-outside", "url(\'image\')", "url(\"image\")"); |
invalidShapeValues.forEach(function(value, i, a) { |
testShapePropertyParsingFailure("shape-outside", value, "none") |