chromium/third_party/blink/web_tests/http/tests/security/XFrameOptions/resources/x-frame-options-deny.cgi

#!/usr/bin/perl -wT
use strict;

print "Content-Type: text/html\n";
print "Cache-Control: no-cache, no-store\n";
print "X-FRAME-OPTIONS: deny\n\n";

print "<p>FAIL: This should not show up.</p>\n";