blob: 2a9e375353da1a7cf2dc48b8f03c6a9f725b9336 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script>
window.onload = () => {
sessionStorage.testStage = 'finish';
setTimeout(() => history.back(), 0);
}
</script>
</body>
</html>