1
    2
    3
    4
    5

content / test / data / session_history / location_redirect_frame1.html [blame]

<script>
function navigate() {
  location = "location_redirect_frame2.html";
}
</script>