tor-browser

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

file_bug968273.html (402B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 https://bugzilla.mozilla.org/show_bug.cgi?id=968273
      5 
      6 If a load has redirects, reloading the page will load the page starting with the original
      7 URI and do the redirects again.
      8 -->
      9 <head>
     10  <title>Test for Bug 968273</title>
     11 <script>
     12 </script>
     13 </head>
     14 <body>
     15 <div id="frames">
     16 <iframe name="child0" id="myIframe" src="bug968273_redirect.html"></iframe>
     17 </div>
     18 </body>
     19 </html>