chromium/third_party/blink/web_tests/http/tests/misc/redirect.php

<?php
  header('Location: resources/redirect-result.php');
  header('HTTP/1.0 302 Found');
?>