Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
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>