blob: 73e121b6f229a7bc5c128c948095f507828a888c [file] [log] [blame]
<html>
<head>
<script>
function runTest()
{
sessionStorage.setItem("secondPageReached", "true");
window.history.back();
}
</script>
</head>
<body onload="runTest();">
This should go back right away, after setting a sessionStorage key for the previous page.
</body>
</html>