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
/
385096.html
blob
88b4e3e630920017682a0bd1c9f868b81304c47b
1
<html>
2
<head>
3
<script>
4
function
boom
()
5
{
6
var
SVG_NS
=
"http://www.w3.org/2000/svg"
;
7
var
feFuncG
=
document
.
createElementNS
(
SVG_NS
,
"feFuncG"
);
8
feFuncG
.
offset
.
baseVal
=
1
;
9
}
10
</script>
11
</head>
12
<body
onload
=
"boom();"
>
13
</body>
14
</html>