1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/323704-1.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<svg xmlns='http://www.w3.org/2000/svg' 1.5 +xmlns:xlink='http://www.w3.org/1999/xlink'> 1.6 + 1.7 + <clipPath id='clipPath_0'> 1.8 + <rect x='10' y='10' width='25' height='25' rx='5' ry='5' fill='none' 1.9 +clip-path='url(#clipPath_0)'/> 1.10 + </clipPath> 1.11 + 1.12 + <rect x='5' y='5' width='35' height='35' fill='red' 1.13 +clip-path='url(#clipPath_0)'/> 1.14 + 1.15 +</svg>