Bug 1938475 [Wayland] Fallback to monitor screen scale if we're missing wayland surfa...
[gecko.git] / security / manager / ssl / tests / mochitest / mixedcontent / test_unsecureBackground.html
blob3aef5b10ce686d2ba35d4a6de9b30832e409c4f2
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>background unsecure test</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 // This test, as is, equals to https://kuix.de/misc/test17/358438.php
14 async function runTest()
16 await isSecurityState("broken", "security broken");
17 finish();
20 async function afterNavigationTest()
22 await isSecurityState("broken", "security after navigation");
23 finish();
26 </script>
27 </head>
29 <body background="http://example.com/tests/security/manager/ssl/tests/mochitest/mixedcontent/moonsurface.jpg">
30 </body>
31 </html>