Chromium Code Reviews

Unified Diff: LayoutTests/svg/as-image/resources/animated-rect-color.svg

Issue 206033005: Rewind the timeline for SVG-in-<img> when resetAnimation() is called (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adjust TC; Add additional TC; Add comment. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/svg/as-image/resources/animated-rect-color.svg
diff --git a/LayoutTests/svg/as-image/resources/animated-rect-color.svg b/LayoutTests/svg/as-image/resources/animated-rect-color.svg
new file mode 100644
index 0000000000000000000000000000000000000000..25af45674ce6eace5208b09194c8dee006664a5e
--- /dev/null
+++ b/LayoutTests/svg/as-image/resources/animated-rect-color.svg
@@ -0,0 +1,5 @@
+<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'>
+ <rect width='100' height='100' fill='blue'>
+ <set attributeName='fill' to='green' dur='0.1s'/>
+ </rect>
+</svg>

Powered by Google App Engine