1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/smil/crashtests/525099-1.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,7 @@ 1.4 +<?xml version="1.0"?> 1.5 +<svg xmlns="http://www.w3.org/2000/svg"> 1.6 + <rect x="20" y="20" height="50" width="50" fill="blue"> 1.7 + <animate attributeName="display" by="inline" 1.8 + begin="0s" dur="1s"/> 1.9 + </rect> 1.10 +</svg>