Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/svg/crashtests/crashtests.list
<script>
window.onload = () => {
a.setAttribute("aria-setsize", "512")
}
function func() {
a.innerHTML = "A"
}
</script>
<svg>
<foreignObject id="a">
<iframe></iframe>
</foreignObject>
<animate repeatDur="0s" onend="func()"></animate>
<animate attributeName="x" by="6%">
<use href="#a">