blob: 0ea6679cb85cb9a7d5b4594eeb9af295f12fbce0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="/js-test-resources/js-test.js"></script>
<script src="../../resources/frame-ancestors-test.js"></script>
</head>
<body>
<script>
description("A 'frame-ancestors' CSP directive with a value 'none' should block rendering.");
sameOriginFrameShouldBeBlocked("'none'");
</script>
</body>
</html>