Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / resources / post-target.cgi
1 #!/usr/bin/perl -wT
2
3 print "Content-Type: application/xml\n\n";
4 print "<xml>42</xml>\n";