Index: LayoutTests/css3/masking/clip-path-circle-overflow-hidden.html |
diff --git a/LayoutTests/css3/masking/clip-path-circle-overflow-hidden.html b/LayoutTests/css3/masking/clip-path-circle-overflow-hidden.html |
index c326af3abd2c778859e9f4619753a1b08c116a3b..4a8bd0817a2d23b68c586707e76ffe69ee7a693d 100644 |
--- a/LayoutTests/css3/masking/clip-path-circle-overflow-hidden.html |
+++ b/LayoutTests/css3/masking/clip-path-circle-overflow-hidden.html |
@@ -6,7 +6,7 @@ |
width: 200px; |
height: 200px; |
overflow: hidden; |
- -webkit-clip-path: circle(100px, 100px, 100px); |
+ -webkit-clip-path: circle(100px at 100px 100px); |
} |
.child { |
height: 400px; |
@@ -22,4 +22,4 @@ |
<div class="child"></div> |
</div> |
</body> |
-</html> |
+</html> |