1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/smil/crashtests/548899-1.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<?xml version="1.0"?> 1.5 +<svg xmlns="http://www.w3.org/2000/svg" 1.6 + xmlns:xlink="http://www.w3.org/1999/xlink"> 1.7 + <defs> 1.8 + <circle id="circleID" cx="20" cy="100" r="10" fill="orange" stroke="black"> 1.9 + <animateTransform attributeName="transform" type="scale" 1.10 + from="1" to="2" begin="0" dur="3"/> 1.11 + </circle> 1.12 + <rect id="rectID" fill="green" stroke="black" height="100" width="100"> 1.13 + <animate attributeName="fill" from="white" to="blue" begin="0" dur="3"/> 1.14 + </rect> 1.15 + </defs> 1.16 + <use xlink:href="#circleID"/> 1.17 +</svg>