qutebrowser/tests
Florian Bruhin d132b6ed71 Fix :scroll-page with --bottom-navigate on QtWebEngine
There were two issues here:

- The comparison was backwards, causing scroller.at_bottom() to always return
  true.
- When zoomed in, jsret['px']['y'] can be a float, which means we can be
  slightly off when checking the difference - math.ceil() fixes that.
2017-06-29 22:39:48 +02:00
..
end2end Fix :scroll-page with --bottom-navigate on QtWebEngine 2017-06-29 22:39:48 +02:00
helpers Merge different FakeTabbedBrowser objects 2017-06-20 15:19:53 +02:00
manual Replace all GitHub links 2017-02-05 00:13:11 +01:00
unit Remove old test_commands.py 2017-06-20 15:20:32 +02:00
conftest.py Install PyQt from PyPI for pylint 2017-05-17 19:08:59 +02:00
test_conftest.py Finally update copyrights... 2017-05-09 21:37:03 +02:00