tor-browser

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

doc_cached-resource.html (404B)


      1 <!-- Any copyright is dedicated to the Public Domain.
      2     http://creativecommons.org/publicdomain/zero/1.0/ -->
      3 
      4 <!DOCTYPE html>
      5 <html lang="en">
      6  <head>
      7    <meta charset="utf-8">
      8  </head>
      9  <body>
     10    <iframe src="https://example.org/browser/devtools/client/framework/test/doc_cached-resource_iframe.html"></iframe>
     11    <script>
     12    console.log("Hello from parent");
     13    </script>
     14  </body>
     15 </html>