tenfourfox/browser/base/content/test/general/file_mixedPassiveContent.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
274 B
HTML

<!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>