summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorJakub Klinkovský <j.l.k@gmx.com>2016-08-09 11:02:21 +0200
committerJakub Klinkovský <j.l.k@gmx.com>2016-08-09 11:02:21 +0200
commit70570f22b036174768fbbc90ce913dd7220aa3ac (patch)
tree384e73e3c385f778528a370b47004b0b9bac0e5e /tests/manual
parent7271955c56633b7d83c2f787d33975e0b830254c (diff)
downloadqutebrowser-70570f22b036174768fbbc90ce913dd7220aa3ac.tar.gz
qutebrowser-70570f22b036174768fbbc90ce913dd7220aa3ac.zip
add manual test for hiding unmatched rapid hints
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/hints/hide_unmatched_rapid_hints.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/manual/hints/hide_unmatched_rapid_hints.html b/tests/manual/hints/hide_unmatched_rapid_hints.html
new file mode 100644
index 000000000..d9535733f
--- /dev/null
+++ b/tests/manual/hints/hide_unmatched_rapid_hints.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Hide unmatched rapid hints</title>
+ </head>
+ <body>
+ <p>When <code>hints -> hide-unmatched-rapid-hints</code> is set to true (default), rapid hints behave like normal hints, i.e. unmatched hints will be hidden as you type. Setting the option to false will disable hiding in rapid mode, which is sometimes useful (see <a href="https://github.com/The-Compiler/qutebrowser/issues/1799">#1799</a>).</p>
+ <p>Note that when hinting in number mode, the <code>hints -> hide-unmatched-rapid-hints</code> option affects typing the hint string (number), but not the filter (letters).</p>
+ <p>Here is couple of invalid links to test the behaviour:</p>
+ <p><a href="#foo">one</a></p>
+ <p><a href="#foo">two</a></p>
+ <p><a href="#foo">three</a></p>
+ <p><a href="#foo">four</a></p>
+ <p><a href="#foo">five</a></p>
+ <p><a href="#foo">six</a></p>
+ <p><a href="#foo">seven</a></p>
+ <p><a href="#foo">eight</a></p>
+ <p><a href="#foo">nine</a></p>
+ <p><a href="#foo">ten</a></p>
+ <p><a href="#foo">eleven</a></p>
+ <p><a href="#foo">twelve</a></p>
+ <p><a href="#foo">thirteen</a></p>
+ </body>
+</html>