root/LayoutTests/http/tests/css/resources/delayedCircle.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
  usleep(70000);
  header('Cache-Control: no-cache, must-revalidate');
  header('Location: http://127.0.0.1:8000/css/resources/circle.svg');
?>

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