dom/smil/crashtests/691337-2.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/smil/crashtests/691337-2.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,11 @@
     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" id="a"
     1.8 +      begin="4999999999999999" dur="5s" from="blue" to="red"
     1.9 +      repeatCount="indefinite" additive="sum"/>
    1.10 +    <animate attributeName="fill"
    1.11 +      begin="a.begin+4999999999999999"
    1.12 +      dur="5s" from="blue" to="red" repeatCount="indefinite" additive="sum"/>
    1.13 +  </rect>
    1.14 +</svg>

mercurial