blob: f9d77299912de266063f32aea52ce92a436e826f [file] [log] [blame]
<html>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<p>This test loads a secure iframe that loads an insecure image. We should
get a mixed content callback becase the frame is HTTPS and the image is not.</p>
<iframe src="https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-image.html";
></iframe>
</body>
</html>