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 1928997: Update tabs icon in Unified Search popup r=desktop-theme-reviewers,daleh...
[gecko.git]
/
js
/
xpconnect
/
crashtests
/
1907230.html
blob
9a72f68882618be51de3038bab03fade7f651b68
1
<!DOCTYPE
html
>
2
<script>
3
window
.
addEventListener
(
"load"
, () => {
4
let
a
=
new
UIEvent
(
"load"
, {
"bubbles"
:
true
})
5
try
{
document
.
doctype
.
dispatchEvent
(
a
) }
catch
(
e
) {}
6
document
.
write
(
"<audio>"
)
7
})
8
</script>