Sign in
webkit
/
WebKit
/
5018b83b58300de6a946efbfe8a7056c14da27e0
/
.
/
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"
;