summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/1267272-1.svg
blob: 67be18f553deda100bb54a5d88d1ffd786578951 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="Windows-1252"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <filter id="f">
  	<feImage xlink:href="invalid-image.svg"/>
  </filter>
  <rect filter='url(#f)' width="1" height="1"/>
</svg>