1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
3 window.onload = function() {
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.waitUntilDone();
7 setTimeout(function(){ testRunner.notifyDone() },
0);
12 <animate id=
"animate" />
14 <use xlink:
href=
"#inner_use" />
15 <use id=
"inner_use" xlink:
href=
"#animate" />
16 <set from=
"0" to=
"10" dur=
"0.1s" xlink:
href=
"#animate" attributeName=
"x" />
17 <text x=
"20" y=
"20" fill=
"green">PASS: Animating pruned shadow tree did not cause a crash.
</text>