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 39e6a7e77cfb (bug 1927808) for causing multiple failures. CLOSED...
[gecko.git]
/
dom
/
tests
/
mochitest
/
whatwg
/
postMessage_transfer_helper.html
blob
03c4c1030bfe64ea9f9bcdcc57de7c2961ebea76
1
<!DOCTYPE
html
>
2
<html>
3
<head><meta
charset=utf-
8
>
4
<title>
postMessage transferable tests helper
</title>
5
</head>
6
<body>
7
<script>
8
9
onmessage
=
function
(
e
) {
10
parent
.
postMessage
(
e
.
data
,
"*"
);
11
};
12
13
</script>
14
</body>
15
</html>