Add a manual test page for #576

This commit is contained in:
Florian Bruhin 2016-06-07 11:57:01 +02:00
parent cbc866d86d
commit 335c6783ce

View File

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Issue 186</title>
</head>
<body>
<p>
This page contains several hints to test filtering with rapid hints, see <a href="https://github.com/The-Compiler/qutebrowser/issues/576">#576</a>.
</p>
<p>
This requires setting hints -> mode to number, and hints -> scatter to false.
</p>
<p>
When pressing ;r, t, and then following a hint, the "one" link should
not get a hint.
</p>
<ul>
<li><a href="/data/numbers/1.txt">one</a></li>
<li><a href="/data/numbers/2.txt">two</a></li>
<li><a href="/data/numbers/3.txt">three</a></li>
</ul>
</body>
</html>