Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/svg/crashtests/crashtests.list
<script>
<![CDATA[
function boom() {
g.setAttribute("id", "g");
g.appendChild(iframe);
document.documentElement.appendChild(g);
document.documentElement.appendChild(use);
setTimeout(function() {
setTimeout(function() {
}, 3);
}, 3);
}
window.addEventListener("load", boom, false);
]]>
</script>
</svg>