| 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 76bd4b7885a0095ee1750f43f26bdc3958df49af..bcfa851162bb0ab4b40187570cf29c15b67ae7d6 100644
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html
|
| +++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html
|
| @@ -20,7 +20,7 @@
|
| }
|
|
|
| #shape-inside-circle-radius0 {
|
| - shape-inside: circle(0px, 0px, 0px);
|
| + shape-inside: circle(0px at 0px 0px);
|
| }
|
|
|
| #shape-inside-ellipse-radiusX0 {
|
| @@ -49,7 +49,7 @@
|
| This text should be pushed down below the green rectangle. (There is a rectangle(0px, 0px, 1em, 0px) shape-inside CSS property on the green rectangle.)
|
| </p>
|
| <p id="shape-inside-circle-radius0">
|
| - This text should be pushed down below the green rectangle. (There is a circle(0px, 0px, 0px) shape-inside CSS property on the green rectangle.)
|
| + 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 ellipseX0(0px, 0px, 0px, 1em) shape-inside CSS property on the green rectangle.)
|
|
|