tor-browser

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

nested-iframe-4-incrementer.html (297B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>A test page that messes with a given SharedArrayBuffer, nested 4 levels deep in iframes</title>
      4 <script src="test-incrementer.js"></script>
      5 
      6 <script>
      7 "use strict";
      8 
      9 setupDestinationIncrementer(self, parent.parent.parent.parent.parent, "*");
     10 </script>