Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>Bug 383369 test, step 2</title> |
michael@0 | 5 | <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> |
michael@0 | 6 | <link rel="stylesheet" type="text/css" href="/does_not_exist.css"> |
michael@0 | 7 | <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" /> |
michael@0 | 8 | |
michael@0 | 9 | <script class="testbody" type="text/javascript"> |
michael@0 | 10 | |
michael@0 | 11 | window.onload = function runTest() |
michael@0 | 12 | { |
michael@0 | 13 | window.setTimeout(function () |
michael@0 | 14 | { |
michael@0 | 15 | window.location = |
michael@0 | 16 | "https://example.com/tests/security/manager/ssl/tests/mochitest/mixedcontent/bug383369step3.html?runtest"; |
michael@0 | 17 | }, 0); |
michael@0 | 18 | } |
michael@0 | 19 | |
michael@0 | 20 | function afterNavigationTest() |
michael@0 | 21 | { |
michael@0 | 22 | } |
michael@0 | 23 | |
michael@0 | 24 | </script> |
michael@0 | 25 | </head> |
michael@0 | 26 | |
michael@0 | 27 | <body> |
michael@0 | 28 | </body> |
michael@0 | 29 | </html> |