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
/
752038-iframe.html
blob
fc14c16f80155be2946dcfe7607fb782b63a0611
1
2
<script>
3
function
boom
()
4
{
5
document
.
location
.
hash
=
"#1"
;
6
document
.
open
();
7
window
.
parent
.
postMessage
({},
'*'
);
8
}
9
</script>
10
11
<body
onload
=
"boom();"
></body>