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
/
193710.html
blob
1320e51356d97bd7bd09b49a1a23ec6b582acd30
1
<!DOCTYPE
HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
>
2
<html>
3
<head>
4
<script
type
=
"text/javascript"
>
window
.
onerror
=
new
Function
(
"return True"
)
</script>
5
<script
type
=
"text/javascript"
src
=
"nonexistent.js"
></script>
6
</head>
7
8
<body></body>
9
10
</html>
11