Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git] / dom / svg / crashtests / 1858792.html
blob3cbdac23829d6fa35dfcbdf11d31dd117bd0ece8
1 <script>
2 window.onload = () => {
3 a.setAttribute("aria-setsize", "512")
5 function func() {
6 a.innerHTML = "A"
8 </script>
9 <svg>
10 <foreignObject id="a">
11 <iframe></iframe>
12 </foreignObject>
13 <animate repeatDur="0s" onend="func()"></animate>
14 <animate attributeName="x" by="6%">
15 <use href="#a">