Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git] / dom / svg / crashtests / 579356-2.svg
blob870601c2214b4b549b1a60f45c1f2d40578a4c63
1 <?xml version="1.0" standalone="no"?>
2 <svg xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns="http://www.w3.org/2000/svg">
4 <path d="M 0 0
5 C 0,0 0,0
6 501.208526, 390.4
7 501.208543, 390.4
8 0,0 0,0 0,0 0,0 0,0" stroke="black" id="p"/>
9 <script>
10 var path = document.getElementById("p");
11 var segNum = path.getPathSegAtLength(1200);
12 </script>
13 </svg>