tor-browser

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

domparser-iframe-base.html (204B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>An iframe that does DOMParser stuff with base</title>
      4 <base href="/fake/base-from-iframe">
      5 
      6 <script src="/domparsing/resources/domparser-iframe.js"></script>