summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/animation/animateColor-to.svg
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/animation/animateColor-to.svg')
-rw-r--r--Source/WebCore/manual-tests/animation/animateColor-to.svg6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/animation/animateColor-to.svg b/Source/WebCore/manual-tests/animation/animateColor-to.svg
new file mode 100644
index 0000000..4a276c6
--- /dev/null
+++ b/Source/WebCore/manual-tests/animation/animateColor-to.svg
@@ -0,0 +1,6 @@
+<svg xmlns='http://www.w3.org/2000/svg'>
+ <rect width='100' height='100' fill='blue'>
+ <animateColor attributeName="fill" to='green' dur='3s' fill='freeze' />
+ </rect>
+ <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
+</svg>