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
/
406361-1.html
blob
813ed7d825aa6c5834e73a9a8a28356fc6b00551
1
<html>
2
<head>
3
<script>
4
function
boom
()
5
{
6
var use
=
document
.
createElementNS
(
"http://www.w3.org/2000/svg"
,
"use"
);
7
use
.
patternTransform
=
""
;
8
}
9
</script>
10
</head>
11
<body
onload
=
"boom();"
>
12
</body>
13
</html>