blob: 8c56c3c3c2b9b33d19dcd19562441894735f9717 [file] [log] [blame]
<?php
header("Content-Security-Policy-Report-Only: script-src 'self'");
?>
<!DOCTYPE html>
<html>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
eval("alert('PASS: eval() executed as expected.');");
</script>
</body>
</html>