blob: 4813337cc8dc7c1854f6239ae42ca66b2c8ad622 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE HTML>
<html>
<!--
Test 2 for https://bugzilla.mozilla.org/show_bug.cgi?id=947079
Page with an insecure image load
-->
<head>
<meta charset="utf-8">
<title>Test 2 for Bug 947079</title>
</head>
<body>
<p>Page with http image load</p>
<img src="http://test2.example.com/tests/image/test/mochitest/blue.png">
</body>
</html>
|