| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html
|
| index 24a14a5c2992b5f53ab7a48423532c9112057dd6..995d6c53bcf0aa70b0def4fbaf3e4b3f6b47e167 100644
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html
|
| +++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html
|
| @@ -24,10 +24,10 @@
|
| <p>This text should be pushed down below the green rectangle. (There is a circle(0px at 0px 0px) shape-inside CSS property on the green rectangle.)</p>
|
| </div>
|
| <div>
|
| - <p>This text should be pushed down below the green rectangle. (There is an ellipse(0px, 0px, 0px, 1em) shape-inside CSS property on the green rectangle.)</p>
|
| + <p>This text should be pushed down below the green rectangle. (There is an ellipse(0px 1em at 0px 0px) shape-inside CSS property on the green rectangle.)</p>
|
| </div>
|
| <div>
|
| - <p>This text should be pushed down below the green rectangle. (There is an ellipse(0px, 0px, 1em, 0px) shape-inside CSS property on the green rectangle.)</p>
|
| + <p>This text should be pushed down below the green rectangle. (There is an ellipse(1em 0px at 0px 0px) shape-inside CSS property on the green rectangle.)</p>
|
| </div>
|
| <div>
|
| <p>This text should be pushed down below the green rectangle. (There is a polygon(0px 0px) shape-inside CSS property on the green rectangle.)</p>
|
|
|