chromium/third_party/blink/web_tests/svg/custom/visited-link-color.svg

<!--
Test that the fill and stroke of a visited link are rendered correctly.

If this test passes, one should see a 100x100 green square with a 1px green border.
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
  <!-- note: an xlink:href of "" is treated as visited -->
  <a xlink:href="">
    <rect fill="green" stroke="green" width="100" height="100" />
  </a>
</svg>