blob: 819c4024668d2f407c435fe46bbfe3e68b0d4d27 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpFrameLoadCallbacks();
}
</script>
<p>This test loads a secure iframe that loads an insecure script (but with a
tricky redirect). We should upgrade the script request, and thereby avoid
triggering a mixed content callback.</p>
<iframe src="https://127.0.0.1:8443/security/contentSecurityPolicy/upgrade-insecure-requests/resources/frame-with-redirect-http-to-https-script.html"></iframe>
</body>
</html>