WebCore/manual-tests/animation/set-to.svg
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebCore/manual-tests/animation/set-to.svg	Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,10 @@
+<svg xmlns='http://www.w3.org/2000/svg'>
+  <rect width='100' height='100' fill='red' />
+  <rect x='-100' width='100' height='100' fill='red'>
+    <set attributeName='x' to='0' dur='3s' />
+    <set attributeName='fill' to='green' dur='3s' />
+  </rect>
+  <text x='10' y='120'>
+    There should be a 100x100 green rect at 0,0.
+  </text>  
+</svg>