summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/1486488.html
blob: ba61cb277bd6a73361bde082dffcfff8a8c55f99 (plain)
1
2
3
4
5
6
7
8
9
10
11
<script>
function start() {
  document.replaceChild(id_0, document.childNodes[0]);
}
</script>
<body onload="start()">
    <svg>
        <animate id="id_0" begin="s" />
        <ellipse id="id_1" />
    </svg>
</body>