blob: 35069a88ccaa704fe2dba500f6c8768df814285f [file] [log] [blame]
<?php
header("Content-Security-Policy: sandbox allow-scripts");
?>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
This test passes if it does alert pass.
<script>
console.log('PASS');
</script>