root/LayoutTests/http/tests/misc/resources/webtiming-cross-origin-and-back-redirect2.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
  // 127.0.0.1 is where the test originally started. We redirected to "localhost" before this.
  header('Location: http://127.0.0.1:8000/misc/resources/webtiming-cross-origin-and-back2.html');
  header('HTTP/1.0 302 Found');
?>

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