root/LayoutTests/http/tests/misc/webtiming-two-redirects.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
  header('Location: ../resources/redirect.php?url=../misc/resources/webtiming-two-redirects.html');
  header('HTTP/1.0 302 Found');
?>

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