chromium/third_party/blink/web_tests/http/tests/security/resources/image-wrapper.svg

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100">
    <rect width="100%" height="100%" fill="#0f0"/>
    <rect x="20%" y="20%" width="60%" height="60%" stroke-width="1" stroke="black" fill="transparent"/>
    <image xlink:href="http://localhost:8000/security/resources/abe.png" x="20%" y="20%" width="60%" height="60%"/>
</svg>