diff options
Diffstat (limited to 'remote/test/puppeteer/test/assets/historyapi.html')
-rw-r--r-- | remote/test/puppeteer/test/assets/historyapi.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remote/test/puppeteer/test/assets/historyapi.html b/remote/test/puppeteer/test/assets/historyapi.html new file mode 100644 index 0000000000..bacaf9e9a0 --- /dev/null +++ b/remote/test/puppeteer/test/assets/historyapi.html @@ -0,0 +1,5 @@ +<script> +window.addEventListener('DOMContentLoaded', () => { + history.pushState({}, '', '#1'); +}); +</script> |