qutebrowser/tests/manual/history/visited.html

19 lines
773 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>
<ul>
2016-06-10 14:40:32 +02:00
<li>Make sure to visit the links from top to bottom.</li>
<li>After visiting a link, it should turn purple. When visiting the first, the second should not turn purple.</li>
<li>When closing/reopening qutebrowser and refreshing after a few seconds, the links still should be purple.</li>
<li>The httpbin.org link (before redirect) should not be in the completion.</li>
2016-06-09 11:57:01 +02:00
<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>