Dactyloidae/testing/web-platform/tests/webmessaging/without-ports/020-1.html

5 lines
No EOL
93 B
HTML

<script>
onmessage = function(e) {
parent.postMessage([e.data, e.origin], '*');
}
</script>