Sign in
webkit
/
WebKit
/
bc3bd7331f8afd107c43880ce2c020876d9bce51
/
.
/
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"
;