tor-browser

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

choose-_top-003-iframe-2.html (337B)


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