Sign in
webkit
/
WebKit
/
f64820ba37606d7c880d16da6349920f48425859
/
.
/
LayoutTests
/
http
/
tests
/
resources
/
slow-notify-done.py
blob: d87b6fbe744aabf2ce4b0488fb0e8743b435f737 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
import
time
time
.
sleep
(
0.1
)
sys
.
stdout
.
write
(
'Content-Type: text/html\r\n\r\n'
)
print
(
'''DONE!
<script>
if (window.testRunner)
testRunner.notifyDone();
</script>'''
)