Index: LayoutTests/fast/masking/parsing-clip-path-shape-expected.txt |
diff --git a/LayoutTests/fast/masking/parsing-clip-path-shape-expected.txt b/LayoutTests/fast/masking/parsing-clip-path-shape-expected.txt |
index 3f88812625af0b0bb5c1ff0fac085772c183a76c..9d7139dcd5d42ae31103c7c23b547dae36784d08 100644 |
--- a/LayoutTests/fast/masking/parsing-clip-path-shape-expected.txt |
+++ b/LayoutTests/fast/masking/parsing-clip-path-shape-expected.txt |
@@ -21,7 +21,7 @@ PASS computedStyle("-webkit-clip-path", "circle(1.5vw at .5vw 1vw)") is "circle( |
PASS computedStyle("-webkit-clip-path", "circle(1.5vh at .5vh 1vh)") is "circle(9px at 3px 6px)" |
PASS computedStyle("-webkit-clip-path", "circle(1.5vmin at .5vmin 1vmin)") is "circle(9px at 3px 6px)" |
PASS computedStyle("-webkit-clip-path", "circle(150% at 50% 100%)") is "circle(150% at 50% 100%)" |
-PASS computedStyle("-webkit-clip-path", "inset(45% 45% 90% 60% round 25% 10%)") is "inset(45% 45% 90% 60% round 25% 10% 25% 10% / 25% 10% 25% 10%)" |
+PASS computedStyle("-webkit-clip-path", "inset(45% 45% 90% 60% round 25% 10%)") is "inset(45% 45% 90% 60% round 25% 10%)" |
PASS computedStyle("-webkit-clip-path", "ellipse(100% 100% at 100% 100%)") is "ellipse(100% 100% at 100% 100%)" |
PASS computedStyle("-webkit-clip-path", "polygon(10% 20%, 30% 40%, 40% 50%)") is "polygon(10% 20%, 30% 40%, 40% 50%)" |
PASS innerStyle("-webkit-clip-path", "circle(1 at 1px 1px)") is null |