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]
/
js
/
xpconnect
/
crashtests
/
467693-1.html
blob
4775abea5633c0256f1f43d0fd87efe33863fbd0
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script
type
=
"text/javascript"
>
5
6
function
boom
()
7
{
8
({})[
document
.
createElement
(
'unsupported'
).
tagName
];
9
uneval
(
Ci
.
nsIWebNavigationInfo
);
10
}
11
12
</script>
13
</head>
14
15
<body
onload
=
"boom();"
></body>
16
</html>