chromium/content/test/data/navigation_controller/beforeunload_replacestate_2.html

<html>
<head>
<script>
window.addEventListener("beforeunload", function (event) {
  window.history.replaceState(null, "", "beforeunload_replacestate_2.html");
});
</script>
</head>
<body>
</body>
</html>