Index: LayoutTests/fast/shapes/shape-inside/shape-inside-animation.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-animation.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-animation.html |
index c47ee118894fcae37f01ba30b32f84993bd5c042..1e4688cc6ba1927e4a14dada06c731384979987f 100644 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-animation.html |
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-animation.html |
@@ -55,7 +55,7 @@ |
[1, "rectangle-box", "shapeInside", "rectangle(10%, 10%, 80%, 80%, 0px, 0px)", 0.05], |
[1, "circle-box", "shapeInside", "circle(35% at 35% 35%)", 0.05], |
[1, "ellipse-box", "shapeInside", "ellipse(35% 30% at 35% 35%)", 0.05], |
- [1, "polygon-box", "shapeInside", "polygon(nonzero, 10% 10%, 90% 10%, 90% 90%, 10% 90%)", 0.05], |
+ [1, "polygon-box", "shapeInside", "polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%)", 0.05], |
]; |
runAnimationTest(expectedValues); |