1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/smil/crashtests/678938-1.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait"> 1.5 +<script> 1.6 + window.addEventListener("load", function() { 1.7 + setTimeout(function() { 1.8 + document.documentElement.setCurrentTime(0); 1.9 + document.documentElement.removeAttribute("class"); 1.10 + }, 0); 1.11 + }, false); 1.12 +</script> 1.13 +<set id="c"/><set id="b" begin="c.begin; b.begin"/> 1.14 +</svg>