Sign in
webkit
/
WebKit
/
49e061d8a3dbe8c30f3935dcdd27d7b6b9ae2882
/
.
/
LayoutTests
/
http
/
tests
/
security
/
XFrameOptions
/
resources
/
x-frame-options-invalid.cgi
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"
;