Sign in
webkit
/
WebKit
/
50871c22f14ce15263d8f7e18fb0f6a3f28c41de
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
print-xtest-header.cgi
blob: 81e3f2a5e95ae45c50b20e349653baec8b9d56b0 [
file
] [
log
] [
blame
]
#!/usr/bin/perl -w
use
CGI qw
(:
standard
);
my
$cgi
=
new CGI
;
print
"Cache-Control: no-cache, no-store\n"
;
print
"Content-type: text/plain\n\n"
;
print
"x-test: $ENV{\"HTTP_X_TEST\"}\n"
;