summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-06-09 15:40:22 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-06-09 17:00:08 +0200
commit035526848eb40cb95f70926667911f5bc5f8e393 (patch)
tree5d372ae811e1e076183ecc259d6048af37240fce /tests/manual
parent2d54c927e34abaead2366aeac5465da400b1a9f4 (diff)
downloadqutebrowser-035526848eb40cb95f70926667911f5bc5f8e393.tar.gz
qutebrowser-035526848eb40cb95f70926667911f5bc5f8e393.zip
Add a hints -> find-implementation setting
This makes it possible to switch to an alternative implementation if there are weird issues like #1568. Some users might also prefer the slightly better performance over more accurate hints.
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/hints/find_implementation.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/manual/hints/find_implementation.html b/tests/manual/hints/find_implementation.html
new file mode 100644
index 000000000..c51b49e5c
--- /dev/null
+++ b/tests/manual/hints/find_implementation.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Different hint implementations</title>
+ </head>
+ <body>
+ <p>When setting hints -> find-implementation to python, the label for the wrapped hint should be drawn at the wrong position.</p>
+ <div style="width: 20em;">
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis <a href="/data/hello.txt">nostrud exercitation</a> ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ </body>
+</html>