tor-browser

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

file_mixedContentFramesOnHttp.html (444B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 Test for https://bugzilla.mozilla.org/show_bug.cgi?id=1182551
      5 -->
      6 <head>
      7  <meta charset="utf-8">
      8  <title>Test for Bug 1182551</title>
      9 </head>
     10 <body>
     11  <p>Test for Bug 1182551.  This is an HTTP top level page.  We include an HTTPS iframe that loads mixed passive content.</p>
     12  <iframe src="https://example.org/browser/browser/base/content/test/siteIdentity/file_mixedPassiveContent.html"></iframe>
     13 </body>
     14 </html>