Sign in
webkit
/
WebKit
/
436b72e27e0464bf3a61a2b074723e3cc9dee953
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
uncacheable-script.cgi
blob: 51c360d10d879fe32254314fe3b0f7d2243f84fd [
file
] [
log
] [
blame
]
#!/usr/bin/perl -wT
use
strict
;
print
"Content-Type: text/javascript\nCache-Control: no-store\n\nwindow.pass='PASS'\;"
;