summaryrefslogtreecommitdiffstats
path: root/tests/auto/shared/data/loadprogress/page2.html
diff options
context:
space:
mode:
authorKirill Burtsev <kirill.burtsev@qt.io>2020-07-31 16:02:36 +0200
committerKirill Burtsev <kirill.burtsev@qt.io>2020-08-31 10:05:07 +0200
commitd25075fb681fa92fad1f9bdcb262a3e361e7659e (patch)
treef68a40335197e0966bd850a4a8d2722922baa914 /tests/auto/shared/data/loadprogress/page2.html
parent5f1f7e8913b74f9a88864b4155db8753007db52c (diff)
Don't send duplicate load progress values
Suppress duplicated progress values coming from chromium. Verify this behavior reliably (and not only 0 and 100 value) by loading html with subresources with minor delay through test http server. Change-Id: Id034dda9012212d54d12fc95d5939ba301577c1c Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
Diffstat (limited to 'tests/auto/shared/data/loadprogress/page2.html')
-rw-r--r--tests/auto/shared/data/loadprogress/page2.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/shared/data/loadprogress/page2.html b/tests/auto/shared/data/loadprogress/page2.html
new file mode 100644
index 000000000..e3031f56a
--- /dev/null
+++ b/tests/auto/shared/data/loadprogress/page2.html
@@ -0,0 +1,14 @@
+<html>
+ <head>
+ <title>page2</title>
+ </head>
+ <style>
+ .fardown {
+ position: absolute;
+ top: 2500px;
+ }
+ </style>
+ <body>
+ <div class="fardown" id="anchor">page2 anchor</div>
+ </body>
+</html>