summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/historyapi.html
blob: bacaf9e9a0009a31e170d0106be93a25ab2eb949 (plain)
1
2
3
4
5
<script>
window.addEventListener('DOMContentLoaded', () => {
  history.pushState({}, '', '#1');
});
</script>