1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/devtools/webconsole/test/test-mixedcontent-securityerrors.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<!-- 1.5 + Bug 875456 - Log mixed content messages from the Mixed Content Blocker to the 1.6 + Security Pane in the Web Console 1.7 +--> 1.8 + 1.9 +<!DOCTYPE HTML> 1.10 +<html dir="ltr" xml:lang="en-US" lang="en-US"> 1.11 + <head> 1.12 + <meta charset="utf8"> 1.13 + <title>Mixed Content test - http on https</title> 1.14 + <script src="testscript.js"></script> 1.15 + <!-- 1.16 + Any copyright is dedicated to the Public Domain. 1.17 + http://creativecommons.org/publicdomain/zero/1.0/ 1.18 + --> 1.19 + </head> 1.20 + <body> 1.21 + <iframe src="http://example.com"></iframe> 1.22 + <img src="http://example.com/tests/image/test/mochitest/blue.png"></img> 1.23 + </body> 1.24 +</html>