4 <title>Unsecure css 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 <link rel=
"stylesheet" type=
"text/css"
10 href=
"http://example.com/tests/security/manager/ssl/tests/mochitest/mixedcontent/somestyle.css" />
12 <script class=
"testbody" type=
"text/javascript">
15 hasMixedActiveContent = true;
17 async function runTest()
19 await isSecurityState(
"broken",
"insecure <img> load breaks security");
23 async function afterNavigationTest()
25 await isSecurityState(
"broken",
"security still broken after navigation");