tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

domain-attribute-idn-host.sub.https.html (569B)


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