Index: LayoutTests/fast/masking/parsing-clip-path-shape.html |
diff --git a/LayoutTests/fast/masking/parsing-clip-path-shape.html b/LayoutTests/fast/masking/parsing-clip-path-shape.html |
index 0210bfb74cb382db972201f9aac3a9f1cc0174ef..4d359689de1b0a0064fa42649ef0951d77b437dc 100644 |
--- a/LayoutTests/fast/masking/parsing-clip-path-shape.html |
+++ b/LayoutTests/fast/masking/parsing-clip-path-shape.html |
@@ -69,7 +69,7 @@ testComputed("-webkit-clip-path", "circle(1.5vmin at .5vmin 1vmin)", "circle(9px |
// percentage lengths - units |
testComputed("-webkit-clip-path", "circle(150% at 50% 100%)", "circle(150% at 50% 100%)"); |
-testComputed("-webkit-clip-path", "inset(45% 45% 90% 60% round 25% 10%)", "inset(45% 45% 90% 60% round 25% 10% 25% 10% / 25% 10% 25% 10%)"); |
+testComputed("-webkit-clip-path", "inset(45% 45% 90% 60% round 25% 10%)", "inset(45% 45% 90% 60% round 25% 10%)"); |
testComputed("-webkit-clip-path", "ellipse(100% 100% at 100% 100%)", "ellipse(100% 100% at 100% 100%)"); |
testComputed("-webkit-clip-path", "polygon(10% 20%, 30% 40%, 40% 50%)", "polygon(10% 20%, 30% 40%, 40% 50%)"); |