chromium/third_party/blink/web_tests/http/tests/loading/resources/404-with-empty-body.cgi

#!/usr/bin/perl -wT

print "Status: 404 Not Found\n";
print "Content-type: text/javascript\n\n";