tor-browser

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

choose-_parent-003-iframe.html (162B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>HTML Test: browsing context name - parent</title>
      4 <script>
      5 window.open("post-to-opener.html", "_parent");
      6 </script>