summaryrefslogtreecommitdiff
path: root/rsvg/tests/fixtures/crash/bug524-invalid-stylesheet-href.svg
diff options
context:
space:
mode:
Diffstat (limited to 'rsvg/tests/fixtures/crash/bug524-invalid-stylesheet-href.svg')
-rw-r--r--rsvg/tests/fixtures/crash/bug524-invalid-stylesheet-href.svg9
1 files changed, 9 insertions, 0 deletions
diff --git a/rsvg/tests/fixtures/crash/bug524-invalid-stylesheet-href.svg b/rsvg/tests/fixtures/crash/bug524-invalid-stylesheet-href.svg
new file mode 100644
index 00000000..1c34803b
--- /dev/null
+++ b/rsvg/tests/fixtures/crash/bug524-invalid-stylesheet-href.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?xml-stylesheet type="text/css" href="file://" ?>
+<svg
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ width="320" height="240">
+ <text x="10" y="100">
+ Hello
+ </text>
+</svg>