summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/cookies/domain/domain-attribute-idn-host.sub.https.html
blob: ae4bf3cbb39ee0bea14b24c328a7a443221efbc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <head>
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
    <script src="/resources/testdriver.js"></script>
    <script src="/resources/testdriver-vendor.js"></script>
  </head>
  <body>
    <script>
      let url = new URL(document.location);
      url.host = "{{hosts[][élève]}}";
      let url2 = new URL("support/idn-child.sub.https.html", url);
      let child_window = window.open(url2.href);
      fetch_tests_from_window(child_window);
    </script>
  </body>
</html>