Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
LayoutTests
/
http
/
tests
/
appcache
/
resources
/
abort-cache-onchecking.manifest.py
blob: eedd20755bcce841b1f7ee803e5dd70a387e58c7 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
import
time
time
.
sleep
(
1
)
sys
.
stdout
.
write
(
'Content-Type: text/html\r\n\r\n'
'CACHE MANIFEST\n'
'abort-cache-onchecking.text'
)