summaryrefslogtreecommitdiffstats
path: root/tests/auto/httpserver/data/loadprogress/page2.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/httpserver/data/loadprogress/page2.html')
-rw-r--r--tests/auto/httpserver/data/loadprogress/page2.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/httpserver/data/loadprogress/page2.html b/tests/auto/httpserver/data/loadprogress/page2.html
new file mode 100644
index 000000000..223817c8c
--- /dev/null
+++ b/tests/auto/httpserver/data/loadprogress/page2.html
@@ -0,0 +1,15 @@
+<html>
+ <head>
+ <title>page2</title>
+ </head>
+ <style>
+ .fardown {
+ position: absolute;
+ top: 2500px;
+ }
+ </style>
+ <body>
+ <div><a href="#anchor">page2</a></div>
+ <div class="fardown" id="anchor">page2 anchor</div>
+ </body>
+</html>