test-mixedcontent-securityerrors.html 608 B

12345678910111213141516171819202122
  1. <!--
  2. Bug 875456 - Log mixed content messages from the Mixed Content Blocker to the
  3. Security Pane in the Web Console
  4. -->
  5. <!DOCTYPE HTML>
  6. <html dir="ltr" xml:lang="en-US" lang="en-US">
  7. <head>
  8. <meta charset="utf8">
  9. <title>Mixed Content test - http on https</title>
  10. <script src="testscript.js"></script>
  11. <!--
  12. Any copyright is dedicated to the Public Domain.
  13. http://creativecommons.org/publicdomain/zero/1.0/
  14. -->
  15. </head>
  16. <body>
  17. <iframe src="http://example.com"></iframe>
  18. <img src="http://example.com/tests/image/test/mochitest/blue.png"></img>
  19. </body>
  20. </html>