root/LayoutTests/http/tests/xmlhttprequest/resources/infinite-loop.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
  header('HTTP/1.0 302 Found');
  header('Location: infinite-loop.php');
?>

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