tor-browser

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

choose-_parent-004-iframe-1.html (424B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>HTML Test: browsing context name - parent</title>
      4 <script src="/common/PrefixedLocalStorage.js"></script>
      5 <body>
      6 <script>
      7 var prefixedStorage = new PrefixedLocalStorageResource({
      8  close_on_cleanup: true
      9 });
     10 var iframe = document.createElement('iframe');
     11 iframe.src = prefixedStorage.url('choose-_parent-004-iframe-2.html');
     12 document.body.appendChild(iframe);
     13 </script>
     14 </body>