tor-browser

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

invalid-url.https.html (481B)


      1 <!DOCTYPE html>
      2 <title>Test Navigate Fenced Frame to Invalid URL</title>
      3 <script src="/resources/testharness.js"></script>
      4 <script src="/resources/testharnessreport.js"></script>
      5 <script src="/common/utils.js"></script>
      6 <script src="resources/utils.js"></script>
      7 <script src="/common/utils.js"></script>
      8 
      9 <body>
     10 <script>
     11 promise_test(async (t) => {
     12    attachFencedFrame('http://localhost:95101/fenced_frame.php');
     13 }, 'URL with invalid port specified');
     14 
     15 </script>
     16 </body>
     17 </html>