summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests/misc/resources/slow-async-script.cgi
blob: 94ec4e71e5e8e532a78d92c622d5a6e03068bbbc (plain)
1
2
3
4
5
6
#!/usr/bin/perl -w

print "Content-type: text/javascript\n\n";
sleep(1.0);
print "debug('slowAsync');\n";