1
    2
    3
    4
    5
    6
    7
    8
    9

content / test / data / navigation_controller / client_redirect_server.html [blame]

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