Sign in
webkit
/
WebKit
/
2a0aecef68e2ca0674a52b051412def7e6b01404
/
.
/
LayoutTests
/
http
/
tests
/
cache
/
resources
/
slow-iframe.py
blob: 2dc858b0bc28ad18ab9d88cf014dc7ec007c6733 [
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'
'<script>alert(\'PASS - iframe loaded\'); if (window.testRunner) testRunner.notifyDone(); </script>\n'
)