Index: LayoutTests/css3/masking/clip-path-ellipse.html |
diff --git a/LayoutTests/css3/masking/clip-path-ellipse.html b/LayoutTests/css3/masking/clip-path-ellipse.html |
index eabb99334e24de89604ea38850bc1328b36a269b..6c6ca0c0236fe499bbea921a5d28a94e51334b98 100644 |
--- a/LayoutTests/css3/masking/clip-path-ellipse.html |
+++ b/LayoutTests/css3/masking/clip-path-ellipse.html |
@@ -6,11 +6,11 @@ div { |
width: 200px; |
height: 200px; |
background-color: green; |
- -webkit-clip-path: ellipse(100px, 100px, 100px, 75px); |
+ -webkit-clip-path: ellipse(100px 75px at 100px 100px); |
} |
</style> |
</head> |
<body> |
<div> |
</body> |
-</html> |
+</html> |