qutebrowser/tests/manual/history/visited.html

16 lines
507 B
HTML
Raw Normal View History

2016-06-09 11:57:01 +02:00
<!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>