summaryrefslogtreecommitdiffstats
path: root/tests/auto/httpserver/data/loadprogress/page6.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/httpserver/data/loadprogress/page6.html')
-rw-r--r--tests/auto/httpserver/data/loadprogress/page6.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/httpserver/data/loadprogress/page6.html b/tests/auto/httpserver/data/loadprogress/page6.html
new file mode 100644
index 000000000..98042701a
--- /dev/null
+++ b/tests/auto/httpserver/data/loadprogress/page6.html
@@ -0,0 +1,13 @@
+<html>
+ <head>
+ <title>page6</title>
+ </head>
+ <script>
+ addEventListener('DOMContentLoaded', (event) => {
+ document.getElementById('anchorLink').click();
+ });
+ </script>
+ <body>
+ <div><a id="anchorLink" href="page2.html#anchor">go to another page</a></div>
+ </body>
+</html>