Bug 1928997: Update tabs icon in Unified Search popup r=desktop-theme-reviewers,daleh...
[gecko.git] / dom / svg / crashtests / 1486488.html
blobba61cb277bd6a73361bde082dffcfff8a8c55f99
1 <script>
2 function start() {
3 document.replaceChild(id_0, document.childNodes[0]);
5 </script>
6 <body onload="start()">
7 <svg>
8 <animate id="id_0" begin="s" />
9 <ellipse id="id_1" />
10 </svg>
11 </body>