Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/smil/crashtests/crashtests.list
<script>
window.addEventListener("load", function() {
setTimeout(function() {
document.documentElement.setCurrentTime(0);
document.documentElement.removeAttribute("class");
}, 0);
}, false);
</script>
<set id="c"/><set id="b" begin="c.begin; b.begin"/>
</svg>