summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/navigation-api/navigate-event/resources/opener-postMessage-onload.html
blob: 97e1d82058c96eb3981065e720cbdbe2d5f056c9 (plain)
1
2
3
4
5
6
<!doctype html>
<head>
<script>
window.onload = () => opener.postMessage("onload", "*");
</script>
</head>