Chromium Code Reviews| Index: LayoutTests/css3/masking/clip-path-circle.html |
| diff --git a/LayoutTests/css3/masking/clip-path-circle.html b/LayoutTests/css3/masking/clip-path-circle.html |
| index 16ce4fe0c814561e95fd942f8f13dc95078f287c..047eb881ef8304fe059bab99d55e6c409fa3e765 100644 |
| --- a/LayoutTests/css3/masking/clip-path-circle.html |
| +++ b/LayoutTests/css3/masking/clip-path-circle.html |
| @@ -6,11 +6,11 @@ div { |
| width: 200px; |
| height: 200px; |
| background-color: green; |
| - -webkit-clip-path: circle(100px, 100px, 100px); |
| + -webkit-clip-path: circle(100px at 100px 100px); |
| } |
| </style> |
| </head> |
| <body> |
| <div> |
| </body> |
| -</html> |
| +</html> |