tor-browser

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

test1.html (328B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>HTML Test: child browsing contexts created by iframe elements</title>
      4 <link rel="author" title="Intel" href="http://www.intel.com/" />
      5 <table id="tbl">
      6  <tr>
      7    <td>
      8      <iframe id="fr4" src=""></iframe>
      9    </td>
     10  </tr>
     11  <iframe id="fr5" src="about:blank"></iframe>
     12 </table>