1
    2
    3
    4
    5
    6
    7
    8
    9

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

<html>
<head>
<script type="text/javascript">
  window.location.href = "simple_page_1.html";
</script>
</head>
<body>
</body>
</html>