1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
3
4<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">
5    <text text-anchor="middle" x="240" y="15" font-size="16">Test for WebKit bug 12565</text>
6    <text text-anchor="middle" x="240" y="35" font-size="16">(parsing of animateTransform values).</text>
7    <text text-anchor="middle" x="240" y="55" font-size="16">You should see a green square and no red.</text>
8    <g transform="translate(60,90)">
9        <rect fill="red" x="-19" y="-19" width="38" height="38"/>
10        <g fill="green">
11            <animateTransform attributeName="transform" type="rotate" values="450;450;" dur="1s"/>
12            <rect x="-20" y="-20" width="40" height="40"/>
13        </g>
14    </g>
15</svg>
16