Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git] / dom / svg / crashtests / 1250725.html
blob3edc8d223c10898ac6e68954262a3a77ab390bf7
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <script>
4 function boom()
6 document.getElementById("u").setAttribute("width", "30");
7 document.getElementById("p").remove();
9 window.addEventListener("load", boom);
10 </script>
12 <symbol id="p" viewBox="0 0 100 20"/>
14 <use id="u" xlink:href="#p"/>
16 </svg>