Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<html>
<head>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script type="text/javascript" src="mixedContentTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
<script class="testbody" type="text/javascript">
"use strict";
async function runTest()
{
await isSecurityState("secure", "secure page after insecure download and insecure subcontent still secure");
finish();
}
async function afterNavigationTest()
{
await isSecurityState("secure", "still secure after back/forward");
finish();
}
</script>
</head>
<body>
</body>
</html>