alert-and-go-back.html   [plain text]


<script>
history.back();
alert("Wait a moment and then dismiss this alert. If there is no crash, the test succeeded.");
</script>