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
/
385554-1.html
blob
1b2dce65b0918d20dee75024495159e5603cce46
1
<script>
2
try
{
3
document
.
createElementNS
(
"http://www.w3.org/2000/svg"
,
"svg"
).
getScreenCTM
();
4
}
catch
(
e
) {
5
}
6
</script>