summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/788831-1.svg
diff options
context:
space:
mode:
Diffstat (limited to 'layout/svg/crashtests/788831-1.svg')
-rw-r--r--layout/svg/crashtests/788831-1.svg5
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/svg/crashtests/788831-1.svg b/layout/svg/crashtests/788831-1.svg
new file mode 100644
index 0000000000..b6202a1324
--- /dev/null
+++ b/layout/svg/crashtests/788831-1.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <pattern id="pattern" width="40" height="40"><stop/></pattern>
+ <rect id="rect" width="200" height="100"/>
+ <use xlink:href="#rect" stroke="url(#pattern)" />
+</svg>