Sign in
webkit
/
WebKit
/
8e7a3447df20af9ec2c05f0bf890f531cfa43c41
/
.
/
LayoutTests
/
http
/
tests
/
resources
/
slow-image.php
blob: 4a1ce0df43c4e5ef0445878400fceea23e668679 [
file
] [
log
] [
blame
]
<?
php
usleep
(
400000
);
header
(
"Content-Type: image/png"
);
@readfile
(
"square100.png"
);
?>