tor-browser

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

frame-navigation-inner-simple.https.html (453B)


      1 <!DOCTYPE html>
      2 <script src="/resources/testharness.js"></script>
      3 <script src="utils.js"></script>
      4 <title>Test that a fenced frame successfully loaded.</title>
      5 
      6 <body>
      7  <script>
      8      // This file is meant to run in a <fencedframe>. It reports back to the
      9      // outermost page to confirm that loading succeeded.
     10      const [navigation_key, navigation_ack_key] = parseKeylist();
     11      writeValueToServer(navigation_key, "pass");
     12  </script>
     13 </body>