root/LayoutTests/http/tests/misc/resources/slowimage.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
sleep(30);
header('Cache-Control: no-cache, must-revalidate');
header('Location: data:image/gif;base64,R0lGODlhAQABAJAAAMjIyAAAACwAAAAAAQABAAACAgQBADs%3D');
?>

/* [<][>][^][v][top][bottom][index][help] */