summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/private-network-access/resources/openee.html
blob: 8f0a859cb3256c0535738f4e3c445c41532cf82b (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<meta charset="utf-8">
<title>Openee</title>
<script>
  if (window.opener) {
    window.opener.postMessage("success", "*");
  }
</script>