| <!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> |
| <circle id="rim" cx="0" cy="0" r="70"/> |
| <use id="useRim" xlink:href="#rim" fill="#e33c31"> |
| <use id="zoomplus" xlink:href="#loupePlus" x="300" y="300" > |
| <foreignObject><pre id="console" xmlns="http://www.w3.org/1999/xhtml"/></foreignObject> |
| if (window.eventSender) { |
| eventSender.dragMode = false; |
| eventSender.mouseMoveTo(300, 300); |
| var console = document.getElementById("console").textContent = "PASS if this did not crash"; |