chromium/content/test/data/navigation_controller/client_redirect_server.html

<html>
<head>
<script type="text/javascript">
  window.location = "../server-redirect?/navigation_controller/simple_page_1.html";
</script>
</head>
<body>
</body>
</html>