dom/smil/crashtests/572938-2.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/smil/crashtests/572938-2.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<svg xmlns="http://www.w3.org/2000/svg"
     1.5 +  xmlns:xlink="http://www.w3.org/1999/xlink"
     1.6 +  class="reftest-wait">
     1.7 +
     1.8 +    <script>
     1.9 +    function boom()
    1.10 +    {
    1.11 +      document.getElementById("circleID").removeChild(
    1.12 +        document.getElementById("at"));
    1.13 +      document.documentElement.removeAttribute("class");
    1.14 +    }
    1.15 +    window.addEventListener("load", boom, false);
    1.16 +    </script>
    1.17 +
    1.18 +    <circle id="circleID">
    1.19 +        <animate/>
    1.20 +        <animateTransform id="at" attributeName="transform"/>
    1.21 +    </circle>
    1.22 +    <animate attributeName="stroke-width"/>
    1.23 +    <use xlink:href="#circleID"/>
    1.24 +
    1.25 +</svg>

mercurial