Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/dom/smil/crashtests/523188-1.svg
<?xml version="1.0"?>
class="reftest-wait"
onload="setTimeout(removeNode, 0)">
<script>
function removeNode() {
var node = document.getElementById("myRect");
node.parentNode.removeChild(node);
document.documentElement.removeAttribute("class");
}
</script>
<rect id="myRect" x="20" y="20" height="50" width="50" stroke="blue">
<animate attributeName="stroke-width" from="1" to="9" begin="0s" dur="2s"/>
</rect>
</svg>