tor-browser

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

iframe2.html (270B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 </head>
      5 
      6 <body>
      7  This is frame 2:
      8  <script>
      9    "use strict";
     10    document.write(location.href);
     11  </script>
     12  <iframe src="http://example.com/tests/security/manager/ssl/tests/mochitest/mixedcontent/iframe.html"></iframe>
     13 </body>
     14 </html>