WebCore/manual-tests/animation/animateMotion-to.svg
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebCore/manual-tests/animation/animateMotion-to.svg	Fri Sep 17 09:02:29 2010 +0300
@@ -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>