Sign in
chromium
/
chromium
/
src.git
/
edabf4518f44d6bb65b103e68c13423b729e8977
/
.
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
web-apps
/
004-test.cgi
blob: 4db9ca12fe299f50ede0494ec41b6186b40e9132 [
file
] [
log
] [
blame
]
#!/usr/bin/perl -wT
use
strict
;
print
"Content-Type: text/plain\nCache-Control: no-store\n\nRESULT:[$ENV{'HTTP_X_TEST_HEADER1'}][$ENV{'HTTP_X_TEST_HEADER2'}]"
;