summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-06-10 14:29:03 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-06-10 14:40:42 +0200
commit66938ed44b5a910fc8a87958a3cdda05d86ac089 (patch)
tree1429c94f5f45d71e9fef2c23efa33cbab488b2a1 /tests/manual
parent66aae2e5ce663efa542497b4af3ee9caac8ae2d2 (diff)
downloadqutebrowser-66938ed44b5a910fc8a87958a3cdda05d86ac089.tar.gz
qutebrowser-66938ed44b5a910fc8a87958a3cdda05d86ac089.zip
Full redirect support for history
When a redirect occurs, the item is saved in history with a -r suffix now. When opening qutebrowser that's picked up and the item is hidden from completion.
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/history/visited.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/manual/history/visited.html b/tests/manual/history/visited.html
index 3af5ab988..904b32ad0 100644
--- a/tests/manual/history/visited.html
+++ b/tests/manual/history/visited.html
@@ -5,8 +5,10 @@
<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>After visiting a link, it should turn purple.</li>
+ <li>When closing/reopening qutebrowser, the link still should be purple.</li>
+ <li>The httpbin.org link (before redirect) should not be in the completion.</li>
<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>