blob: 58b5aec06bcaed65bff8fd661e39738e8829f880 [file] [log] [blame]
<!--
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>