tor-browser

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

file_mixedPassiveContent.html (274B)


      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>HTTPS page with HTTP image</title>
      9 </head>
     10 <body>
     11  <img src="http://mochi.test:8888/tests/image/test/mochitest/blue.png">
     12 </body>
     13 </html>