1
<?xml version=
"1.0" encoding=
"utf-8"?>
3 <svg xmlns=
"http://www.w3.org/2000/svg" onload=
"onLoad()" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
4 <script type=
"text/javascript">
7 clickLink(document
.getElementById("link"));
10 testRunner
.dumpAsText();
13 function clickLink(link
)
15 var event
= document
.createEvent("MouseEvents");
16 event
.initMouseEvent("click", true, true, window
,
18 false, false, false, false,
20 link
.dispatchEvent(event
);
23 <a id=
"link" xlink:
href=
"#">
24 <text x=
"50" y=
"50">PASS if no crash
</text>