chromium/third_party/blink/web_tests/http/tests/cache/resources/circles-no-cache.svg

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500">
  <circle id="red" cx="250" cy="250" r="200" fill="red"></circle>
  <circle id="green" cx="250" cy="250" r="200" fill="green"></circle>
</svg>