chromium/chrome/test/data/History/push_state.html

<meta charset="utf-8">
<script>
  history.pushState({'state': 123}, "Pushed title", "/pushed_url.html");
</script>