Sign in
webkit
/
WebKit
/
d0e9359bbbbbe54170cea1569c9fb736cfa3bccd
/
.
/
LayoutTests
/
http
/
tests
/
appcache
/
resources
/
abort-cache-ondownloading.text.py
blob: a0bb3bb52a058d6606f86355882f2509d8de7573 [
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'
'test for applicationCache.abort'
)