summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/svg-animation-parseValues.svg
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commit9364f22aed35e1a1e9d07c121510f80be3ab0502 (patch)
treed49911209b132da58d838efa852daf28d516df21 /WebCore/manual-tests/svg-animation-parseValues.svg
parent87eb0cb35bad8784770ebc807e6c982432e47107 (diff)
downloadexternal_webkit-9364f22aed35e1a1e9d07c121510f80be3ab0502.zip
external_webkit-9364f22aed35e1a1e9d07c121510f80be3ab0502.tar.gz
external_webkit-9364f22aed35e1a1e9d07c121510f80be3ab0502.tar.bz2
Initial Contribution
Diffstat (limited to 'WebCore/manual-tests/svg-animation-parseValues.svg')
-rw-r--r--WebCore/manual-tests/svg-animation-parseValues.svg15
1 files changed, 15 insertions, 0 deletions
diff --git a/WebCore/manual-tests/svg-animation-parseValues.svg b/WebCore/manual-tests/svg-animation-parseValues.svg
new file mode 100644
index 0000000..391916c
--- /dev/null
+++ b/WebCore/manual-tests/svg-animation-parseValues.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
+
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360">
+ <text text-anchor="middle" x="240" y="15" font-size="16">Test for WebKit bug 12565</text>
+ <text text-anchor="middle" x="240" y="35" font-size="16">(parsing of animateTransform values).</text>
+ <text text-anchor="middle" x="240" y="55" font-size="16">You should see a green square and no red.</text>
+ <g transform="translate(60,90)">
+ <rect fill="red" x="-19" y="-19" width="38" height="38"/>
+ <g fill="green">
+ <animateTransform attributeName="transform" type="rotate" values="450;450;" dur="1s"/>
+ <rect x="-20" y="-20" width="40" height="40"/>
+ </g>
+ </g>
+</svg>