tor-browser

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

file_bug1303838_with_iframe.html (250B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 Tests for tab switching on link clicks.
      5 -->
      6 <head>
      7  <meta charset="utf-8">
      8  <title>Tests for tab switching on link clicks.</title>
      9 </head>
     10 <body>
     11  <iframe id="frame" src="file_bug1303838.html"></iframe>
     12 </body>
     13 </html>