Index: LayoutTests/css3/masking/clip-path-restore.html |
diff --git a/LayoutTests/css3/masking/clip-path-restore.html b/LayoutTests/css3/masking/clip-path-restore.html |
index cfba87d97161fbd69aea4784cbdc651e622b6e20..4dd113b5f72016e70335d6bcd2870f05d6d5fa34 100644 |
--- a/LayoutTests/css3/masking/clip-path-restore.html |
+++ b/LayoutTests/css3/masking/clip-path-restore.html |
@@ -9,7 +9,7 @@ body { |
width: 200px; |
height: 200px; |
background-color: green; |
- -webkit-clip-path: circle(100px, 100px, 100px); |
+ -webkit-clip-path: circle(100px at 100px 100px); |
} |
.red-marker { |
/* We position a red dot behind, so that it is obvious when the test is failing. */ |
@@ -29,4 +29,4 @@ body { |
<div class="circle-clip-path"></div> |
<div class="circle-clip-path"></div> |
</body> |
-</html> |
+</html> |