summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webmessaging/without-ports/020-1.html
blob: 225bd7a41e38280bdb0891ecbf8cd4c39a4c3029 (plain)
1
2
3
4
5
<script>
onmessage = function(e) {
  parent.postMessage([e.data, e.origin], '*');
}
</script>