tor-browser

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

test_script_crossdomain.html (470B)


      1 <!DOCTYPE HTML>
      2 <!-- Any copyright is dedicated to the Public Domain.
      3     http://creativecommons.org/publicdomain/zero/1.0/ -->
      4 <html>
      5 <head>
      6  <meta charset="utf-8">
      7  <title>Cross-domain script tests for Bug 992096</title>
      8 </head>
      9 <body>
     10 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=992096">Mozilla Bug 992096</a>
     11 <div>
     12  <iframe src="iframe_script_crossdomain.html" height="100%" width="90%" frameborder="0"></iframe>
     13 </div>
     14 </body>
     15 </html>