1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/478511-1.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg" version="1.0"> 1.5 + <defs> 1.6 + <pattern id="pattern" 1.7 + x="0" y="0" width="200" height="200"> 1.8 + <circle fill="lime" r="100" cx="100" cy="100"/> 1.9 + </pattern> 1.10 + </defs> 1.11 + <rect width="200" height="200" fill="url(#pattern)"/> 1.12 +</svg>