qutebrowser/tests/end2end
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
..
data Set an initial window size for background tabs 2017-06-11 17:48:01 +02:00
features Fix :scroll-page with --bottom-navigate on QtWebEngine 2017-06-29 22:39:48 +02:00
fixtures Set an initial window size for background tabs 2017-06-11 17:48:01 +02:00
conftest.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_dirbrowser.py Reorganize pylint config 2017-05-17 20:20:12 +02:00
test_hints_html.py Reorganize pylint config 2017-05-17 20:20:12 +02:00
test_insert_mode.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_invocations.py Improve test_version output 2017-06-19 09:06:18 +02:00
test_mhtml_e2e.py Finally update copyrights... 2017-05-09 21:37:03 +02:00