Bug 1938475 [Wayland] Fallback to monitor screen scale if we're missing wayland surfa...
[gecko.git] / security / manager / ssl / tests / mochitest / mixedcontent / test_securePicture.html
blobf4e9bdd98cbaef728b8fd1d0a421d490698fc460
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Secure img load</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 loadAsInsecure = true;
14 async function runTest()
16 await isSecurityState("insecure", "left insecure");
17 finish();
20 async function afterNavigationTest()
22 await isSecurityState("insecure", "left insecure after renavigation");
23 finish();
26 </script>
27 </head>
29 <body>
30 <img src="https://example.com/tests/security/manager/ssl/tests/mochitest/mixedcontent/moonsurface.jpg" />
31 </body>
32 </html>