1 <html xmlns=
"http://www.w3.org/1999/xhtml">
3 <svg id=
"svgRoot" version=
"1.1" xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
6 <animateMotion id=
"A" >
7 <mpath xlink:
href=
"#path_a" />
12 <script type=
"text/javascript">
13 if (window
.testRunner
) {
14 testRunner
.waitUntilDone();
17 if (location
.hash
!= '#5') {
18 if (window
.GCController
)
19 window
.GCController
.collect();
22 document
.getElementById("A").insertBefore(document
.getElementById("path_a"), null);
23 if (location
.hash
== '')
26 location
.hash
= "#" + (parseInt(location
.hash
.slice(1)) + 1).toString();
27 setTimeout(function(){ location
.reload() }, 0);
29 document
.body
.innerText
= 'PASS: WebKit did not crash.';
30 if (window
.testRunner
)
31 testRunner
.notifyDone();