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