repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git]
/
dom
/
svg
/
crashtests
/
428841-1.svg
blob
77234aba9dfa3988158ca2e5d4e6dfbddea74e59
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
onload
=
"boom();"
>
2
3
<script
type
=
"text/javascript"
>
4
5
function boom()
6
{
7
var path = document.createElementNS(
"http://www.w3.org/2000/svg"
,
"path"
);
8
path.getPathSegAtLength(
1
);
9
}
10
11
</script>
12
13
</svg>