haikuwebkit/LayoutTests/security/resources/autocomplete-cleared-on-bac...

17 lines
283 B
HTML

<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>