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
Backed out changeset f594e6f00208 (bug 1940883) for causing crashes in bug 1941164.
[gecko.git]
/
dom
/
network
/
tests
/
file_postMessage_opener.html
blob
87359e25c2e33c7483b8624a5fd9d22c81d15a13
1
<!DOCTYPE
html
>
2
<html
lang
=
"en"
>
3
<head>
4
<meta
charset
=
"UTF-8"
>
5
<script>
6
opener
.
postMessage
(
"hello"
,
"*"
);
7
</script>
8
</head>
9
<body>
10
</body>
11
</html>