blob: 53d77a181d489816d83719e6b6facb3bce7f2276 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="/js-test-resources/js-test.js"></script>
<script>
description("Tests that a nested cross-origin document load fails if the server blocks cross-origin loads with a 'From-Origin: same' response header.");
testRunner.dumpChildFramesAsText();
</script>
</head>
<body>
<iframe src="http://127.0.0.1:8000/from-origin/resources/nestedLocalhostIframe.html"></iframe>
</body>
</html>