puppeteer/test/assets/historyapi.html

6 lines
110 B
HTML
Raw Normal View History

<script>
window.addEventListener('DOMContentLoaded', () => {
history.pushState({}, '', '#1');
});
</script>