blob: c54730d68b386d03ae8f438892e5502f5cb913ec [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
testRunner.dumpFrameLoadCallbacks();
testRunner.waitUntilDone();
}
</script>
</head>
<body>
<p>This test loads a secure iframe that loads insecure data via synchronous XHR. We should trigger a
mixed content block because the child frame has CSP directive block-all-mixed-content.</p>
<iframe src="https://127.0.0.1:8443/security/contentSecurityPolicy/block-all-mixed-content/resources/frame-with-insecure-xhr.html" width="100%" height="300"></iframe>
</body>
</html>