summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-06-06 10:41:38 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-06-06 10:41:59 +0200
commitb262580b224a177416b2e55f48f9a41eb495a25d (patch)
tree11d7e6d5edc628266fd2eeac2cafc218ef733076 /tests/manual
parent0e4dbd646c9b3e9592e3b1f732e62fd46e42a50d (diff)
downloadqutebrowser-b262580b224a177416b2e55f48f9a41eb495a25d.tar.gz
qutebrowser-b262580b224a177416b2e55f48f9a41eb495a25d.zip
Fix hint position when zoom is used
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/hints/zoom.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/manual/hints/zoom.html b/tests/manual/hints/zoom.html
new file mode 100644
index 000000000..84c816882
--- /dev/null
+++ b/tests/manual/hints/zoom.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Drawing hints with zoom</title>
+ </head>
+ <body>
+ <p>
+ When you press 2+ then f on this page, the hint
+ should be drawn at the correct position.
+ <a href="https://www.qutebrowser.org/">link</a>.
+ </p>
+ </body>
+</html>