Add a manual test for visited history
This commit is contained in:
parent
34ba44b0a3
commit
346e59880e
15
tests/manual/history/visited.html
Normal file
15
tests/manual/history/visited.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Visited/Unvisited links</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>After visiting a link, it should turn purple.</p>
|
||||
<p>When closing/reopening qutebrowser, the link still should be purple.</p>
|
||||
<ul>
|
||||
<li><a href="http://www.example.com/">normal link</a></li>
|
||||
<li><a href="http://httpbin.org/redirect-to?url=http://www.example.com/">link with redirect</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user