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