summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/svg-animation-parseValues.svg
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/svg-animation-parseValues.svg')
-rw-r--r--Source/WebCore/manual-tests/svg-animation-parseValues.svg15
1 files changed, 15 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/svg-animation-parseValues.svg b/Source/WebCore/manual-tests/svg-animation-parseValues.svg
new file mode 100644
index 0000000..391916c
--- /dev/null
+++ b/Source/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>