Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / loading / resources / 404-with-empty-body.cgi
1 #!/usr/bin/perl -wT
2
3 print "Status: 404 Not Found\n";
4 print "Content-type: text/javascript\n\n";