security/manager/ssl/tests/mochitest/mixedcontent/bug383369step3.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/manager/ssl/tests/mochitest/mixedcontent/bug383369step3.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +  <title>Bug 383369 test, final step</title>
     1.8 +  <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
     1.9 +  <script type="text/javascript" src="mixedContentTest.js"></script>
    1.10 +  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
    1.11 +
    1.12 +  <script class="testbody" type="text/javascript">
    1.13 +
    1.14 +  function runTest()
    1.15 +  {
    1.16 +    isSecurityState("secure", "secure page after insecure download and insecure subcontent still secure");
    1.17 +    finish();
    1.18 +  }
    1.19 +
    1.20 +  function afterNavigationTest()
    1.21 +  {
    1.22 +    isSecurityState("secure", "still secure after back/forward");
    1.23 +    finish();
    1.24 +  }
    1.25 +
    1.26 +  </script>
    1.27 +</head>
    1.28 +
    1.29 +<body>
    1.30 +</body>
    1.31 +</html>

mercurial