tor-browser

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

choose-_self-002-iframe.html (412B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>HTML Test: browsing context name - self (case-insensitive)</title>
      4 <link rel="author" title="Intel" href="http://www.intel.com/">
      5 <script src="/common/PrefixedLocalStorage.js"></script>
      6 <script>
      7 var prefixedStorage = new PrefixedLocalStorageResource({
      8  close_on_cleanup: true
      9 });
     10 var win = window.open(prefixedStorage.url('report-is-top.html'), '_sElF');
     11 </script>