| Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html
|
| diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html
|
| index c7c116de37e98ea7b96c267cf82eebb87b94de6d..ff7ccbdd351528af5cefd0bfb7dd90e34d674fdd 100644
|
| --- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html
|
| +++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-left.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;
|
|
|