summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-06-09 11:57:01 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-06-09 17:44:04 +0200
commit346e59880ef556e9c21b3b9d451bcc81a06d0542 (patch)
treeea80abad0d46dff521a2109ca09d892105b1df48 /tests/manual
parent34ba44b0a31272c93517be422f91684c39221205 (diff)
downloadqutebrowser-346e59880ef556e9c21b3b9d451bcc81a06d0542.tar.gz
qutebrowser-346e59880ef556e9c21b3b9d451bcc81a06d0542.zip
Add a manual test for visited history
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/history/visited.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/manual/history/visited.html b/tests/manual/history/visited.html
new file mode 100644
index 000000000..3af5ab988
--- /dev/null
+++ b/tests/manual/history/visited.html
@@ -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>