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