summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/https-upgrades/resources/pass.html
blob: 5c7ca343e9b2bbe4774ed127d905c8c77b09e47f (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <body>
    <script>
      window.onload = (event) => {
          window.opener.postMessage('pass', '*');
      };
    </script>
  </body>
</html>