tor-browser

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

incrementer-popup.html (277B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>A test page that is sent a WebAssembly Module</title>
      4 <script src="/resources/testharness.js"></script>
      5 <script src="test-incrementer.js"></script>
      6 
      7 <script>
      8 "use strict";
      9 
     10 setupDestinationIncrementer(self, opener, "*");
     11 </script>