Sign in
webkit
/
WebKit
/
ccf8f7cdbfbfa46d99c5a9dcfbbf6cb2e9ec8c2c
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
slowimage.php
blob: 3d189867db0aafb9be14e5cdb01b9108b4dc161b [
file
] [
log
] [
blame
]
<?
php
sleep
(
30
);
header
(
'Cache-Control: no-cache, must-revalidate'
);
header
(
'Location: data:image/gif;base64,R0lGODlhAQABAJAAAMjIyAAAACwAAAAAAQABAAACAgQBADs%3D'
);
?>