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