<html>
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.overridePreference("WebKitAllowRunningInsecureContent", true);
}
</script>
<p>This test loads a secure iframe that loads an insecure iframe. We should
get a mixed content callback becase the child frame is HTTPS.</p>
<iframe src="https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-frame.html";
></iframe>
</body>
</html>