Bug 1938475 [Wayland] Fallback to monitor screen scale if we're missing wayland surfa...
[gecko.git] / security / manager / ssl / tests / mochitest / mixedcontent / bug383369step3.html
blob276c2343fdcdea392c880f1702514bcff89859ce
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Bug 383369 test, final step</title>
5 <script 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">
10 "use strict";
12 async function runTest()
14 await isSecurityState("secure", "secure page after insecure download and insecure subcontent still secure");
15 finish();
18 async function afterNavigationTest()
20 await isSecurityState("secure", "still secure after back/forward");
21 finish();
24 </script>
25 </head>
27 <body>
28 </body>
29 </html>