chromium/third_party/blink/web_tests/http/tests/cache/resources/svg-with-animation.svg

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="100%" height="100%" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <rect width="100%" height="100%" fill="blue">
        <set attributeName="width" to="200%" begin="1s" dur="1s"/>
    </rect>
</svg>