security/manager/ssl/tests/mochitest/mixedcontent/test_secureAll.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/test_secureAll.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,41 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +  <title>All secure anti-regression check</title>
     1.8 +  <script type="text/javascript" src="/MochiKit/Base.js"></script>
     1.9 +  <script type="text/javascript" src="/MochiKit/DOM.js"></script>
    1.10 +  <script type="text/javascript" src="/MochiKit/Style.js"></script>
    1.11 +  <script type="text/javascript" src="/MochiKit/Signal.js"></script>
    1.12 +  <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
    1.13 +  <script type="text/javascript" src="mixedContentTest.js"></script>
    1.14 +  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
    1.15 +
    1.16 +  <link rel="stylesheet" type="text/css" 
    1.17 +    href="https://example.com/tests/security/manager/ssl/tests/mochitest/mixedcontent/somestyle.css" />
    1.18 +
    1.19 +  <script class="testbody" type="text/javascript">
    1.20 +
    1.21 +  // Navigation test goes over an insecure page, test state leak
    1.22 +  navigateToInsecure = true;
    1.23 +
    1.24 +  function runTest()
    1.25 +  {
    1.26 +    isSecurityState("secure", "insecure <img> load breaks security");
    1.27 +    finish();
    1.28 +  }
    1.29 +
    1.30 +  function afterNavigationTest()
    1.31 +  {
    1.32 +    isSecurityState("secure", "security still broken after navigation");
    1.33 +    finish();
    1.34 +  }
    1.35 +
    1.36 +  </script>
    1.37 +</head>
    1.38 +
    1.39 +<body>
    1.40 +  <img src="https://example.com/tests/security/manager/ssl/tests/mochitest/mixedcontent/moonsurface.jpg" />
    1.41 +  <img src="https://example.com/tests/security/manager/ssl/tests/mochitest/mixedcontent/imgsecredirect.sjs" />
    1.42 +  <iframe src="https://example.com/tests/security/manager/ssl/tests/mochitest/mixedcontent/iframesecredirect.sjs" />
    1.43 +</body>
    1.44 +</html>

mercurial