summaryrefslogtreecommitdiffstats
path: root/dom/smil/crashtests/678938-1.svg
blob: f3f8308fa50ffbfca61c49e6440aab83fbf35198 (plain)
1
2
3
4
5
6
7
8
9
10
11
<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait">
<script>
  window.addEventListener("load", function() {
    setTimeout(function() {
      document.documentElement.setCurrentTime(0);
      document.documentElement.removeAttribute("class");
    }, 0);
  }, false);
</script>
<set id="c"/><set id="b" begin="c.begin; b.begin"/>
</svg>