Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git] / dom / svg / crashtests / 396618-1.html
blob72c63a0f0b63f1af4eb6c4e767a3399eca046f05
1 <html>
2 <head>
3 <script>
4 function boom()
6 var svgText = document.createElementNS("http://www.w3.org/2000/svg", "text");
7 svgText.setAttribute("dx", "foo");
8 svgText.removeAttribute("dx");
10 </script>
11 </head>
12 <body onload="boom();">
13 </body>
14 </html>