| 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 9b6d462633b8433073a852cdee5a4c73794e4b3b..9ee2909d93cb984d5ffdfecce6cd5b5cc2432dd3 100644
|
| --- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside.html
|
| +++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside.html
|
| @@ -29,10 +29,10 @@ testShapePropertyParsingFailure("shape-outside", "outside-shape", "none");
|
| applyToEachArglist(
|
| testNotInheritedShapeProperty,
|
| [// [property, parentValue, childValue, expectedValue]
|
| - ["shape-outside", "none", "rectangle(10px, 20px, 30px, 40px)", "parent: none, child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)"],
|
| - ["shape-outside", "rectangle(10px, 20px, 30px, 40px)", "initial", "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: none"],
|
| - ["shape-outside", "rectangle(10px, 20px, 30px, 40px)", "", "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: none"],
|
| - ["shape-outside", "rectangle(10px, 20px, 30px, 40px)", "inherit", "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)"],
|
| + ["shape-outside", "none", "circle(10px, 20px, 30px, 40px)", "parent: none, child: circle(10px, 20px, 30px, 40px, 0px, 0px)"],
|
| + ["shape-outside", "circle(10px, 20px, 30px, 40px)", "initial", "parent: circle(10px, 20px, 30px, 40px, 0px, 0px), child: none"],
|
| + ["shape-outside", "circle(10px, 20px, 30px, 40px)", "", "parent: circle(10px, 20px, 30px, 40px, 0px, 0px), child: none"],
|
| + ["shape-outside", "circle(10px, 20px, 30px, 40px)", "inherit", "parent: circle(10px, 20px, 30px, 40px, 0px, 0px), child: circle(10px, 20px, 30px, 40px, 0px, 0px)"],
|
| ["shape-outside", "", "inherit", "parent: none, child: none"],
|
| ["shape-outside", "none", "inherit", "parent: none, child: none"]]
|
| );
|
|
|