summaryrefslogtreecommitdiff
path: root/workhorse/testdata/xml.svg
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-01 12:11:38 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-01 12:11:38 +0000
commitad969fee0a4ee6c362cb367e1906b67f6cb22b37 (patch)
treeedb07b935f0a8d08659617e9dafc79d6fd2f2218 /workhorse/testdata/xml.svg
parent473a9c89f7ee4030424b682ad9eda62f274c5ee3 (diff)
downloadgitlab-ce-ad969fee0a4ee6c362cb367e1906b67f6cb22b37.tar.gz
Add latest changes from gitlab-org/security/gitlab@15-10-stable-ee
Diffstat (limited to 'workhorse/testdata/xml.svg')
-rw-r--r--workhorse/testdata/xml.svg7
1 files changed, 7 insertions, 0 deletions
diff --git a/workhorse/testdata/xml.svg b/workhorse/testdata/xml.svg
new file mode 100644
index 00000000000..c41c4c44b49
--- /dev/null
+++ b/workhorse/testdata/xml.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
+<svg version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg">
+ <polygon id="triangle" points="0,0 0,50 50,0" fill="#009900" stroke="#004400"/>
+ <div>hello this is html</div>
+</svg>