Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(589)

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-animation.html

Issue 191353002: [CSS Shapes] Omit polygon default fill-rule (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add COMPILE_ASSERT Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698