root/LayoutTests/http/tests/navigation/resources/redirect-to-cookie.php

/* [<][>][^][v][top][bottom][index][help] */
<?
header('Status: 303 See Other');
header('Location: '.$_COOKIE['location']);
?>

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