Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Testcase for that xlink:href attribute overrides script content</title>
<rect id="r" width="100%" height="100%" fill="lime"/>
<script xlink:href="">
document.getElementById("r").style.fill = "red";
</script>
</svg>