chromium/third_party/blink/web_tests/http/tests/resources/infinite-loop.php

<?php
  header('HTTP/1.0 302 Found');
  header('Location: infinite-loop.php');
?>