summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/test2.html
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2014-03-18 18:32:39 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-20 09:00:08 +0100
commitca417f2aa2a8264f8818bf8dd2df98981b21867b (patch)
tree6f89cb40d0f573a8bb01dbcf57b654ad9bf5da64 /tests/auto/quick/qmltests/data/test2.html
parente82487177bbfbf5b6c219d40547706f50b3b73ab (diff)
Add Quick's navigationHistory
Add QQuickWebEngineHistory and list models providing API for the quick's navigationHistory. Change-Id: Ia86c94b120cc5d0b4757fc62386fc7a0dcb3e341 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'tests/auto/quick/qmltests/data/test2.html')
-rw-r--r--tests/auto/quick/qmltests/data/test2.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/quick/qmltests/data/test2.html b/tests/auto/quick/qmltests/data/test2.html
new file mode 100644
index 000000000..629c2a063
--- /dev/null
+++ b/tests/auto/quick/qmltests/data/test2.html
@@ -0,0 +1,6 @@
+<html>
+<head><title>Test page with huge link area</title></head>
+<body>
+<a title="A title" href="test1.html"><img width=200 height=200></a>
+</body>
+</html>