Sign in
cobalt
/
cobalt
/
02dc75a3e28204929da5793da854c523d59e642c
/
.
/
src
/
third_party
/
web_platform_tests
/
webmessaging
/
without-ports
/
020-1.html
blob: 225bd7a41e38280bdb0891ecbf8cd4c39a4c3029 [
file
] [
log
] [
blame
]
<script>
onmessage
=
function
(
e
)
{
parent
.
postMessage
([
e
.
data
,
e
.
origin
],
'*'
);
}
</script>