chromium/third_party/blink/web_tests/http/tests/security/resources/image-with-css-import.svg

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100">
    <style>
        @import url(http://localhost:8000/security/resources/css-import.css);
    </style>
    <rect width="100%" height="100%" fill="green"/>
</svg>