1 <?xml version=
"1.0" encoding=
"iso-8859-1" ?>
2 <!DOCTYPE svg PUBLIC
"-//W3C//DTD SVG Tiny 1.1//EN"
3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
4 <svg viewBox=
"0 0 500 350" onload=
"loaded()"
5 xmlns=
"http://www.w3.org/2000/svg" version=
"1.1" baseProfile=
"tiny"
6 xmlns:
xlink=
"http://www.w3.org/1999/xlink">
7 <g id=
"test-body-content" font-family=
"SVGFreeSansASCII,sans-serif" font-size=
"18">
8 <rect x=
"0" y=
"0" width=
"480" height=
"360" fill=
"#fff" />
9 <g transform=
"translate(40,-20) scale(0.45)">
11 <circle cx=
"0" cy=
"0" r=
"70" fill=
"#f00">
14 path=
"M100,100c0,200 200,200 200,0"
19 <circle cx=
"0" cy=
"0" r=
"60"
20 stroke=
"#00f" stroke-width=
"21"
24 path=
"M100,100c0,200 200,200 200,0"
30 <circle cx=
"0" cy=
"0" r=
"40"
31 stroke=
"#00f" stroke-width=
"21"
35 path=
"M100,100c0,200 200,200 200,0"
41 <circle cx=
"0" cy=
"0" r=
"20"
42 stroke=
"#00f" stroke-width=
"21"
46 path=
"M100,100c0,200 200,200 200,0"
54 <g fill=
"none" stroke-width=
"20"
55 stroke=
"#888" stroke-linecap=
"round" stroke-linejoin=
"round">
56 <path d=
"M100,100c0,200 200,200 200,0">
57 <set attributeName=
"display" to=
"none" begin=
"4s" />
59 <path d=
"M400,200c0,200 200,200 200,0" />
64 if (window.testRunner)
65 testRunner.waitUntilDone();
68 document.documentElement.setCurrentTime(
8);
70 if (window.testRunner)
71 testRunner.notifyDone();