chromium/third_party/blink/web_tests/http/tests/xmlhttprequest/hello-world.cgi

#!/usr/bin/perl -wT

print "Content-type: text/plain\n\n";
print "Hello World!";