summaryrefslogtreecommitdiffstats
path: root/tests/webkitwidgets/qgraphicswebview/resources/scrolltest_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/webkitwidgets/qgraphicswebview/resources/scrolltest_page.html')
-rw-r--r--tests/webkitwidgets/qgraphicswebview/resources/scrolltest_page.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/webkitwidgets/qgraphicswebview/resources/scrolltest_page.html b/tests/webkitwidgets/qgraphicswebview/resources/scrolltest_page.html
new file mode 100644
index 000000000..18fcbbebe
--- /dev/null
+++ b/tests/webkitwidgets/qgraphicswebview/resources/scrolltest_page.html
@@ -0,0 +1,6 @@
+<html>
+<head><title>Scrolling test</title></head>
+<body>
+ <div style="width: 1000px; height: 1000px; background-color: green"/>
+</body>
+</html>