| Index: LayoutTests/css3/masking/clip-path-animation.html
|
| diff --git a/LayoutTests/css3/masking/clip-path-animation.html b/LayoutTests/css3/masking/clip-path-animation.html
|
| index 2124894f7fad438a075a357156a2a2822a5be227..77caf23d249c6e05c0ce7799c1d04c5f93f55ae8 100644
|
| --- a/LayoutTests/css3/masking/clip-path-animation.html
|
| +++ b/LayoutTests/css3/masking/clip-path-animation.html
|
| @@ -56,7 +56,7 @@
|
| [1, "rectangle-box", "webkitClipPath", "rectangle(10%, 10%, 80%, 80%, 0px, 0px)", 0.05],
|
| [1, "circle-box", "webkitClipPath", "circle(35% at 35% 35%)", 0.05],
|
| [1, "ellipse-box", "webkitClipPath", "ellipse(35% 30% at 35% 35%)", 0.05],
|
| - [1, "polygon-box", "webkitClipPath", "polygon(nonzero, 10% 10%, 90% 10%, 90% 90%, 10% 90%)", 0.05],
|
| + [1, "polygon-box", "webkitClipPath", "polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%)", 0.05],
|
| ];
|
|
|
| runAnimationTest(expectedValues);
|
|
|