summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/siteIdentity/file_mixedPassiveContent.html
blob: a60ac94e8bda451c71bbabb708f325ca7f4ece5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
<!--
Test for https://bugzilla.mozilla.org/show_bug.cgi?id=1182551
-->
<head>
  <meta charset="utf-8">
  <title>HTTPS page with HTTP image</title>
</head>
<body>
  <img src="http://mochi.test:8888/tests/image/test/mochitest/blue.png">
</body>
</html>