blob: 420bb169536d01fe46951d5cdbc7a264708ff0cf [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/frame-ancestors-test.js"></script>
</head>
<body>
<p>A 'frame-ancestors' CSP directive with a URL which doesn't match this origin should be blocked. This test PASSED if you do not see any content in the iframe below. Otherwise, it FAILED.</p>
<script>
crossOriginFrameShouldBeBlocked("http://example.com/");
</script>
</body>
</html>