blob: b638c120ccbc42c4d6d9ec3dcb38b7cfbf788677 [file] [log] [blame]
<?php
header("Content-Security-Policy: sandbox");
?>
<!DOCTYPE html>
<html>
<body>
<!-- This test passes if it doesn't alert FAIL. -->
<script>alert('FAIL')</script>
</body>
</html>