Add a manual test page for #576
This commit is contained in:
parent
cbc866d86d
commit
335c6783ce
27
tests/manual/hints/issue576.html
Normal file
27
tests/manual/hints/issue576.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user