Skip to content

Commit

Permalink
Add a manual test page for #576
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Jun 7, 2016
1 parent cbc866d commit 335c678
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions tests/manual/hints/issue576.html
@@ -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>

0 comments on commit 335c678

Please sign in to comment.