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

5 lines
93 B
HTML
Raw Normal View History

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