tor-browser

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

iframe-with-subframes.html (196B)


      1 <html>
      2 <body onload="parent.startTest()">
      3 <iframe id="subIframe1" onload="parent.parent.startTest()"></iframe>
      4 <iframe id="subIframe2" onload="parent.parent.startTest()"></iframe>
      5 </body>
      6 </html>