Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/smil/crashtests/crashtests.list
<script>
{
animate.setAttributeNS(null, "begin", "-1.3s")
setTimeout(() => {
const g = document.createElement("g")
g.appendChild(svg)
document.documentElement.appendChild(g)
svg.setCurrentTime(9223372036854775808.2)
svg.appendChild(animate)
svg.setCurrentTime(3809864)
}, 400)
}
</script>