diff options
Diffstat (limited to 'toolkit/components/search/tests/xpcshell/data/svgIcon.svg')
-rw-r--r-- | toolkit/components/search/tests/xpcshell/data/svgIcon.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolkit/components/search/tests/xpcshell/data/svgIcon.svg b/toolkit/components/search/tests/xpcshell/data/svgIcon.svg new file mode 100644 index 0000000000..e2550f8d5d --- /dev/null +++ b/toolkit/components/search/tests/xpcshell/data/svgIcon.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" + width="16" height="16" viewBox="0 0 16 16"> + <rect x="4" y="4" width="8px" height="8px" style="fill: blue" /> +</svg> |