Sign in
webkit
/
WebKit
/
151c3d983671c7931417dc2186778d257f90cd21
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
web-apps
/
015-test.cgi
blob: 477a1eb9feaf2b0f5cac904d7ba5121dbeffc88a [
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'}][$ENV{'HTTP_X_TEST_HEADER3'}]"
;