chromium/third_party/blink/web_tests/http/tests/misc/location-with-space.php

<?php
  header('HTTP/1.0 302 Found');
  header('Location: resources/a success.html');
?>