Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/svg/crashtests/crashtests.list
<?xml version="1.0" encoding="UTF-8"?>
<script>
function init()
{
x = document.getElementsByTagName("stop");
x[0].appendChild(x[1]);
}
window.addEventListener("load", init, false);
</script>
<radialGradient>
<stop/>
<stop/>
</radialGradient>
</svg>