summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/1858792.html
blob: 3cbdac23829d6fa35dfcbdf11d31dd117bd0ece8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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">