| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html | 
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html | 
| index d57a5a22640d4bb6b8e2cae1831d01e250b2337d..7510f1e7adfdcd490e06c81ca8ea87bed473a0f6 100644 | 
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html | 
| +++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html | 
| @@ -23,11 +23,11 @@ | 
| } | 
|  | 
| #shape-inside-ellipse-radiusX0 { | 
| -        shape-inside: ellipse(0px, 0px, 0px, 1em); | 
| +        shape-inside: ellipse(0px 1em at 0px 0px); | 
| } | 
|  | 
| #shape-inside-ellipse-radiusY0 { | 
| -        shape-inside: ellipse(0px, 0px, 1em, 0px); | 
| +        shape-inside: ellipse(1em 0px at 0px 0px); | 
| } | 
|  | 
| #shape-inside-polygon-1vertex { | 
| @@ -51,10 +51,10 @@ | 
| 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> | 
| <p id="shape-inside-ellipse-radiusX0"> | 
| -        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.) | 
| +        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> | 
| <p id="shape-inside-ellipse-radiusY0"> | 
| -        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.) | 
| +        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> | 
| <p id="shape-inside-polygon-1vertex"> | 
| This text should be pushed down below the green rectangle. (There is a polygon(0px 0px) shape-inside CSS property on the green rectangle.) | 
|  |