summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-04-18 08:21:17 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-04-18 08:21:17 +0200
commit71e7bd52ffa54e65886f377a3405c2edd799a6ba (patch)
treecc61b1bd90d7eae329e245bafbeab4766ab668db /tests/manual
parentb6def9c2917c8654bbcd31ba1cc63c35c1a6d12f (diff)
downloadqutebrowser-71e7bd52ffa54e65886f377a3405c2edd799a6ba.tar.gz
qutebrowser-71e7bd52ffa54e65886f377a3405c2edd799a6ba.zip
Fix stale tabs.background_tabs references
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/mouse.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/mouse.html b/tests/manual/mouse.html
index 745672519..eb75df44d 100644
--- a/tests/manual/mouse.html
+++ b/tests/manual/mouse.html
@@ -7,7 +7,7 @@
<body>
<ul>
<li>Middle- or Ctrl-click on a <a href="https://www.qutebrowser.org">link</a> should open it in a new tab (fg/bg according to <code>tabs.background</code>)</li>
- <li>When clicking the link with shift, <code>tabs.background_tabs</code> should be reversed accordingly.</li>
+ <li>When clicking the link with shift, <code>tabs.background</code> should be reversed accordingly.</li>
<li>Ctrl + Mousewheel should zoom in/out</li>
<li>Back/forward keys on mouse should navigate back/forward</li>
<li>With <code>input.rocker_gestures</code> set, no context menu should be shown, but pressing left+right/right+left buttons should navigate back/forward</li>