1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/384637-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" baseProfile="basic" width="100%" height="100%" viewBox="0 0 480 360"> 1.5 + 1.6 + <mask id="mask1" maskUnits="userSpaceOnUse" x="60" y="50" width="100" height="60"> 1.7 + <rect x="60" y="50" width="100" height="60" fill="yellow" mask="url(#mask1)"/> 1.8 + </mask> 1.9 + 1.10 + <rect x="60" y="50" width="100" height="60" fill="lime" mask="url(#mask1)"/> 1.11 + 1.12 +</svg>