Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/smil/crashtests/crashtests.list
class="reftest-wait">
<script>
function boom()
{
var origSVG = document.documentElement;
document.removeChild(document.documentElement);
document.appendChild(g);
s.appendChild(a);
g.appendChild(s);
origSVG.removeAttribute("class");
}
window.addEventListener("load", boom, false);
</script>
</svg>