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