| Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html
|
| diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html
|
| index 519b1e2eb06556d50a232678d275542d5b58a21b..eb7248e338b09cdc191111483832e36e53e53d63 100644
|
| --- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html
|
| +++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html
|
| @@ -21,7 +21,7 @@
|
| float: right;
|
| 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;
|
|
|