summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/browsing-the-web/resources/post-top-opener-on-load.html
blob: 47cb6c615086fc3f8ed204ece85cf41f21fdd955 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<script>
window.onload = () => {
  window.top.opener.postMessage("ready", "*");
};
</script>