blob: b9b36bb946cc3f9262b36cb1916b93f2607aad57 [file] [log] [blame]
<html>
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.overridePreference("WebKitAllowRunningInsecureContent", true);
}
</script>
<p>This test loads a secure iframe that loads an insecure script (but with a
tricky redirect). We should trigger a mixed content callback because an active
network attacker can end up controling the script.</p>
<iframe src="https://127.0.0.1:8443/security/mixedContent/resources/frame-with-redirect-https-to-http-script.html";
></iframe>
</body>
</html>