1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/manager/ssl/tests/mochitest/mixedcontent/bug383369step2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 + <title>Bug 383369 test, step 2</title> 1.8 + <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> 1.9 + <link rel="stylesheet" type="text/css" href="/does_not_exist.css"> 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 + window.onload = function runTest() 1.15 + { 1.16 + window.setTimeout(function () 1.17 + { 1.18 + window.location = 1.19 + "https://example.com/tests/security/manager/ssl/tests/mochitest/mixedcontent/bug383369step3.html?runtest"; 1.20 + }, 0); 1.21 + } 1.22 + 1.23 + function afterNavigationTest() 1.24 + { 1.25 + } 1.26 + 1.27 + </script> 1.28 +</head> 1.29 + 1.30 +<body> 1.31 +</body> 1.32 +</html>