참고소스 수정본
This commit is contained in:
5
참고/playwright-main/tests/assets/historyapi.html
Normal file
5
참고/playwright-main/tests/assets/historyapi.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', () => {
|
||||
history.pushState({}, '', '#1');
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user