chromium/third_party/blink/web_tests/http/tests/xmlhttprequest/resources/svgtest.svg

<!-- Small test SVG for http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html test -->
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
    <circle id="svgCircle" cx="50" cy="50" r="50" fill="red"/>
</svg>