playwright/tests/assets/historyapi.html

6 lines
110 B
HTML
Raw Normal View History

2019-11-19 05:18:28 +03:00
<script>
window.addEventListener('DOMContentLoaded', () => {
history.pushState({}, '', '#1');
});
</script>