Sign in
webkit
/
WebKit
/
bc3bd7331f8afd107c43880ce2c020876d9bce51
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
slow-async-script.cgi
blob: 94ec4e71e5e8e532a78d92c622d5a6e03068bbbc [
file
] [
log
] [
blame
]
#!/usr/bin/perl -w
print
"Content-type: text/javascript\n\n"
;
sleep
(
1.0
);
print
"debug('slowAsync');\n"
;