4 <title>img.src changes to 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">
13 "http://example.com/tests/security/manager/ssl/tests/mochitest/mixedcontent/moonsurface.jpg";
15 async function runTest()
17 await isSecurityState(
"broken",
"(new Image()).src='http://...' changed to broken");
21 async function afterNavigationTest()
23 await isSecurityState(
"broken",
"security broken after navigation");