blob: 89f3328cf794ab7a4eab3bcf3f6c0a4c374911ed [file] [log] [blame]
<?php
header("Content-Security-Policy: sandbox allow-scripts allow-modals");
?>
<!DOCTYPE html>
<html>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
This test passes if it does alert pass.
<script>
alert('PASS');
</script>
</body>
</html>