Sign in
webkit
/
WebKit
/
bc305334a28f4491ad6c9aac1b58373754ba9a0e
/
.
/
LayoutTests
/
http
/
tests
/
loading
/
resources
/
404-with-empty-body.cgi
blob: 53938af9584e9984ed01fe971c4d9fcff5d4d567 [
file
] [
log
] [
blame
]
#!/usr/bin/perl -w
print
"Status: 404 Not Found\n"
;
print
"Content-type: text/javascript\n\n"
;