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

Unified Diff: LayoutTests/svg/animations/polyline-set.svg

Issue 79063004: Fix animation of points attribute for polygons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Properly merge Created 7 years, 1 month 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/svg/animations/polyline-set.svg
diff --git a/LayoutTests/svg/animations/polyline-set.svg b/LayoutTests/svg/animations/polyline-set.svg
new file mode 100644
index 0000000000000000000000000000000000000000..949ff566f16ba9bba1cc0fd49f6abb87ddff4bc5
--- /dev/null
+++ b/LayoutTests/svg/animations/polyline-set.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+ <desc>This test checks that we correctly handle animated values for the "points" attribute of a polyline element. You should see only a thick green stroke and no red.</desc>
+ <polyline points="10,10 210,10 210,210 10,210" fill="none" stroke="red" stroke-width="20" />
+ <polyline points="10,10 110,10 110,110 10,110" fill="none" stroke="green" stroke-width="20">
+ <set attributeName="points" to="10,10 210,10 210,210 10,210" />
+ </polyline>
+</svg>
« no previous file with comments | « LayoutTests/svg/animations/polygon-set-expected.svg ('k') | LayoutTests/svg/animations/polyline-set-expected.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698