blob: 6eb557e506b66392c7206bf5f09523b9ba5e75e6 [file] [log] [blame]
#!/usr/bin/perl -wT
use strict;
print "Content-Type: text/html\n";
print "Cache-Control: no-cache, no-store\n";
print "X-FRAME-OPTIONS: INVALID INVALID INVALID\n\n";
print "<p>PASS: This text should show up.</p>\n";