Sign in
chromium
/
chromium
/
src.git
/
edabf4518f44d6bb65b103e68c13423b729e8977
/
.
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
web-apps
/
010-test.cgi
blob: dce5eea79ded071df17f8ad5e453ec100c5ecc27 [
file
] [
log
] [
blame
]
#!/usr/bin/perl -wT
use
strict
;
$
|
=
1
;
print
"Content-Type: text/xml\nCache-Control: no-store\n\n<test></test>"
;