diff options
Diffstat (limited to 'layout/svg/crashtests/842009-1.svg')
-rw-r--r-- | layout/svg/crashtests/842009-1.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/svg/crashtests/842009-1.svg b/layout/svg/crashtests/842009-1.svg new file mode 100644 index 000000000..25656ba53 --- /dev/null +++ b/layout/svg/crashtests/842009-1.svg @@ -0,0 +1,5 @@ +<svg xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink"> + <title id="hello">hello</title> + <text x="100" y="100"> <tref xlink:href="#hello"/></text> +</svg> |