Index: LayoutTests/fast/shapes/parsing/parsing-shape-inside.html |
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-inside.html b/LayoutTests/fast/shapes/parsing/parsing-shape-inside.html |
index fc1842642a663d2279e4b2f2537f1dbf96147db0..9fa8b2675b5def876988a2d9d81a7e36a00c1177 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-inside.html |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-inside.html |
@@ -27,11 +27,11 @@ invalidShapeValues.forEach(function(value, i, a) { |
applyToEachArglist( |
testNotInheritedShapeProperty, |
[// [property, parentValue, childValue, expectedValue] |
- ["shape-inside", "none", "rectangle(10px, 20px, 30px, 40px)", "parent: none, child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)"], |
- ["shape-inside", "outside-shape", "rectangle(10px, 20px, 30px, 40px)", "parent: outside-shape, child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)"], |
- ["shape-inside", "rectangle(10px, 20px, 30px, 40px)", "initial", "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: none"], |
- ["shape-inside", "rectangle(10px, 20px, 30px, 40px)", "", "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: none"], |
- ["shape-inside", "rectangle(10px, 20px, 30px, 40px)", "inherit", "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)"], |
+ ["shape-inside", "none", "circle(10px, 20px, 30px, 40px)", "parent: none, child: circle(10px, 20px, 30px, 40px, 0px, 0px)"], |
+ ["shape-inside", "outside-shape", "circle(10px, 20px, 30px, 40px)", "parent: outside-shape, child: circle(10px, 20px, 30px, 40px, 0px, 0px)"], |
+ ["shape-inside", "circle(10px, 20px, 30px, 40px)", "initial", "parent: circle(10px, 20px, 30px, 40px, 0px, 0px), child: none"], |
+ ["shape-inside", "circle(10px, 20px, 30px, 40px)", "", "parent: circle(10px, 20px, 30px, 40px, 0px, 0px), child: none"], |
+ ["shape-inside", "circle(10px, 20px, 30px, 40px)", "inherit", "parent: circle(10px, 20px, 30px, 40px, 0px, 0px), child: circle(10px, 20px, 30px, 40px, 0px, 0px)"], |
["shape-inside", "", "inherit", "parent: none, child: none"], |
["shape-inside", "none", "inherit", "parent: none, child: none"]] |
); |