haikuwebkit/ManualTests/resources/alert-and-go-back.html

5 lines
130 B
HTML

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