chromium/third_party/blink/manual_tests/resources/alert-and-go-back.html

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