Chromium Code Reviews| Index: LayoutTests/css3/masking/clip-path-circle-overflow.html |
| diff --git a/LayoutTests/css3/masking/clip-path-circle-overflow.html b/LayoutTests/css3/masking/clip-path-circle-overflow.html |
| index 43ec33ef13dca4e07130c2506a43a2b528a4e651..ab0264c88b9f9f9c920d1e120451d915a14b7e1e 100644 |
| --- a/LayoutTests/css3/masking/clip-path-circle-overflow.html |
| +++ b/LayoutTests/css3/masking/clip-path-circle-overflow.html |
| @@ -7,11 +7,11 @@ div { |
| height: 200px; |
| background-color: green; |
| border: 20px solid black; |
| - -webkit-clip-path: circle(130px, 130px, 130px); |
| + -webkit-clip-path: circle(130px at 130px 130px); |
| } |
| </style> |
| </head> |
| <body> |
| <div><div> |
| </body> |
| -</html> |
| +</html> |