blob: d5e9ff9d8bf15bf2c72218ef62a0f7b9d69a5d48 [file] [log] [blame]
#!/usr/bin/perl
# This script relies on its nph- filename to invoke the CGI non-parsed-header facility.
print <<'EOF';
<!DOCTYPE html>
<html>
<body>
<p>This content should be visible, but script should not execute.</p>
<script>alert("FAIL")</script>
</body>
</html>
EOF