Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git] / dom / svg / crashtests / 397017-1.html
blob2a794e19e04c354e413f6c1b205630f8cfec2718
1 <html>
2 <head>
3 <script>
4 var f = document.createElementNS("http://www.w3.org/2000/svg", "feFuncA");
5 f.setAttribute("tableValues", "3 7 5");
6 f.removeAttribute("tableValues");
7 </script>
8 </head>
9 <body>
10 </body>
11 </html>