Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git] / dom / svg / crashtests / 369291-2.svg
blob097e3dde2d838cbb65bea68f1671a76b25d065b8
1 <svg xmlns="http://www.w3.org/2000/svg"
2 xmlns:html="http://www.w3.org/1999/xhtml"
3 onload="setTimeout(boom, 30);"
4 class="reftest-wait">
6 <html:script>
8 function boom()
10 document.getElementById("rect").getBBox();
12 document.documentElement.removeAttribute("class");
15 </html:script>
17 <rect id="rect" />
19 </svg>