| Index: LayoutTests/svg/clip-path/clip-path-shape-circle-2.svg
|
| diff --git a/LayoutTests/svg/clip-path/clip-path-shape-circle-2.svg b/LayoutTests/svg/clip-path/clip-path-shape-circle-2.svg
|
| index 4533e0371221cf3d410b3ee43397a626308bcb26..eaa5824661e3665066afa1f44e1123b2afb08bd2 100644
|
| --- a/LayoutTests/svg/clip-path/clip-path-shape-circle-2.svg
|
| +++ b/LayoutTests/svg/clip-path/clip-path-shape-circle-2.svg
|
| @@ -1,3 +1,3 @@
|
| <svg xmlns="http://www.w3.org/2000/svg">
|
| -<rect width="200" height="150" fill="green" style="-webkit-clip-path: circle(100px, 75px, 75px)"/>
|
| -</svg>
|
| +<rect width="200" height="150" fill="green" style="-webkit-clip-path: circle(75px at 100px 75px)"/>
|
| +</svg>
|
|
|