Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/dynamic-link-style-01.svg
onload="setTimeout(function() { document.getElementById('r').removeAttribute('xlink:href'); }, 0);">
<title>Testcase for dynamic changes to link styles</title>
<style type="text/css">
a:link rect { fill: red; }
</style>
<a xlink:href="do-not-visit-me.xxx" id="r">
<rect width="100%" height="100%" fill="lime" />
</a>
</svg>