Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Bug 383369 test, final step</title>
5 <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
6 <script type="text/javascript" src="mixedContentTest.js"></script>
7 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
9 <script class="testbody" type="text/javascript">
11 function runTest()
12 {
13 isSecurityState("secure", "secure page after insecure download and insecure subcontent still secure");
14 finish();
15 }
17 function afterNavigationTest()
18 {
19 isSecurityState("secure", "still secure after back/forward");
20 finish();
21 }
23 </script>
24 </head>
26 <body>
27 </body>
28 </html>