Sign in
webkit
/
WebKit
/
49c45f529348e27f11122daecbee33e4fa730919
/
.
/
LayoutTests
/
http
/
tests
/
navigation
/
resources
/
never-respond.py
blob: f056333b5549e19a80008e7c1139be9223d73f96 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
time
while
True
:
time
.
sleep
(
1
)