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