blob: 85ca87295a3e054d366d531ad2f7f64fb0e9c291 [file] [log] [blame]
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title id="viewer_title">Mouse Over the Red Dot And Wait For the Crash</title>
<defs>
<circle id="rim" cx="0" cy="0" r="70"/>
<g id="loupePlus">
<use id="useRim" xlink:href="#rim" fill="#e33c31">
<set />
</use>
</g>
</defs>
<use id="zoomplus" xlink:href="#loupePlus" x="300" y="300" >
</use>
<foreignObject><pre id="console" xmlns="http://www.w3.org/1999/xhtml"/></foreignObject>
<script>
if (window.eventSender) {
eventSender.dragMode = false;
eventSender.mouseMoveTo(300, 300);
eventSender.mouseDown();
eventSender.mouseUp();
}
var console = document.getElementById("console").textContent = "PASS if this did not crash";
if (window.testRunner)
testRunner.dumpAsText();
</script>
</svg>