1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/smil/crashtests/554141-1.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg" 1.5 + onload=" 1.6 + document.documentElement.pauseAnimations(); 1.7 + document.documentElement.setCurrentTime(0); 1.8 + document.getElementById('b').removeAttribute('begin'); 1.9 + document.getElementById('a').setAttribute('dur', '1s')"> 1.10 + <rect> 1.11 + <animate attributeName="y" attributeType="XML" id="a"/> 1.12 + <animate attributeName="fill" attributeType="CSS" id="b" 1.13 + begin="a.end" dur="2s"/> 1.14 + </rect> 1.15 +</svg>