summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/portals/resources/portal-close-window.html
blob: a12af3cd7a9e2f8be033cb2ceeb59eaffdcab659 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<script>
onload = () => {
  window.close();
  window.portalHost.postMessage(window.closed);
};
</script>