summaryrefslogtreecommitdiffstats
path: root/dom/security/test/https-first/file_mixed_content_auto_upgrade.html
blob: 5a8bef6bb033d47d2b0f17afa895bbb83e3d79d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html>
<head>
  <title>Bug 1673574 - Improve Console logging for mixed content auto upgrading</title>
</head>
<body>
   <!--upgradeable resources--->
  <img src="http://example.com/browser/dom/security/test/https-first/pass.png">
  <video src="http://example.com/browser/dom/security/test/https-first/test.webm">
  <audio src="http://example.com/browser/dom/security/test/https-first/test.wav">
</body>
</html>