dom/smil/crashtests/615002-1.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/smil/crashtests/615002-1.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait">
     1.5 +<script>
     1.6 +function boom()
     1.7 +{
     1.8 +  var a = document.getElementById("a");
     1.9 +  a.removeAttribute('dur');
    1.10 +  document.documentElement.appendChild(a);
    1.11 +  // Force a sample
    1.12 +  document.documentElement.setCurrentTime(0);
    1.13 +  document.documentElement.removeAttribute("class");
    1.14 +}
    1.15 +
    1.16 +window.addEventListener("load", boom, false);
    1.17 +</script>
    1.18 +<animate begin="-2s" dur="2s" id="a"/>
    1.19 +</svg>

mercurial