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