Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git] / dom / svg / crashtests / 831561.html
blobd86a8cb5bd62df18647a6a87a0a217d50c578b3e
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <script>
5 var clipPath = document.createElementNS("http://www.w3.org/2000/svg",
6 "clipPath");
7 clipPath["hasExtension"].apply(clipPath,[]);
8 </script>
9 </body>
10 </html>