dom/smil/crashtests/691337-1.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/smil/crashtests/691337-1.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
     1.6 +  <rect width="100" height="100" fill="blue">
     1.7 +    <animate attributeName="fill"
     1.8 +      begin="999999999999999999999999999999999999999999999999999999999999999999999999999999999"
     1.9 +      dur="5s" from="blue" to="red" repeatCount="indefinite" additive="sum"/>
    1.10 +  </rect>
    1.11 +</svg>

mercurial