Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / location-with-space.php
blob7ed6d65cee1509a7824159b611ceeb3d5499d9b4
1 <?php
2 header('HTTP/1.0 302 Found');
3 header('Location: resources/a success.html');
4 ?>