tor-browser

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

object-navigate-back.html (458B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8" />
      5 <title>Resource Timing object navigate - back button navigation</title>
      6 </head>
      7 <body onunload="/*disable bfcache*/">
      8 <script src="/common/get-host-info.sub.js"></script>
      9 <script src="nested-contexts.js"></script>
     10 <script>
     11  setup_back_navigation("object-navigate-back.html");
     12 </script>
     13 <object id="target" type="text/html"></object>
     14 <script>
     15  target.data = pre_navigate_url;
     16 </script>
     17 </body>
     18 </html>