tor-browser

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

open-in-_top.html (316B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <script src="/common/PrefixedLocalStorage.js"></script>
      4 <title>HTML Test: browsing context name - _top</title>
      5 <script>
      6 var prefixedStorage = new PrefixedLocalStorageResource();
      7 window.name = 'topWin1';
      8 window.open(prefixedStorage.url('report-is-top.html'), '_top');
      9 </script>