Chromium Code Reviews| Index: LayoutTests/css3/masking/clip-path-circle-filter.html | 
| diff --git a/LayoutTests/css3/masking/clip-path-circle-filter.html b/LayoutTests/css3/masking/clip-path-circle-filter.html | 
| index bf5f0c2f96c2eac2629ef3f692b88f17360f3090..23461f04cef5e7338a0aba65f353d09ebb7048cf 100644 | 
| --- a/LayoutTests/css3/masking/clip-path-circle-filter.html | 
| +++ b/LayoutTests/css3/masking/clip-path-circle-filter.html | 
| @@ -7,11 +7,11 @@ div { | 
| height: 200px; | 
| background-color: green; | 
| -webkit-filter: blur(5px); | 
| - -webkit-clip-path: circle(100px, 100px, 90px); | 
| + -webkit-clip-path: circle(90px at 100px 100px); | 
| } | 
| </style> | 
| </head> | 
| <body> | 
| <div> | 
| </body> | 
| -</html> | 
| +</html> |