summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/414188-1.svg
blob: 9894975a6ea682af59895c122ec318262993b4f9 (plain)
1
2
3
4
5
6
7
8
9
10
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

<filter id="filter1">
  <feImage width="0"/>
  <feTile/>
</filter>

<rect width="100%" height="100%" filter="url(#filter1)"/>

</svg>