repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
web-apps
/
010-test.cgi
blob
dce5eea79ded071df17f8ad5e453ec100c5ecc27
1
#!/usr/bin/perl -wT
2
use
strict
;
3
4
$| =
1
;
5
print
"Content-Type: text/xml
\n
Cache-Control: no-store
\n\n
<test></test>"
;