| Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-bottom.html
|
| diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-bottom.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-bottom.html
|
| index 7d0c22d1eecf52880ba130f1915aebf48f5adb5b..182312c9362fbef70e5bbc3f00003f3c7ac073af 100644
|
| --- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-bottom.html
|
| +++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-bottom.html
|
| @@ -20,7 +20,7 @@
|
| float: left;
|
| position: relative;
|
| overflow: visible;
|
| - shape-outside: ellipse(225px, 125px, 200px, 100px);
|
| + shape-outside: ellipse(200px 100px at 225px 125px);
|
| shape-margin: 25px;
|
| width: 450px;
|
| height: 250px;
|
|
|