qutebrowser/tests/end2end
Florian Bruhin 7c88fe318f Handle cancelled SSL prompts correctly
When the user pressed esc during an SSL prompt, the message.ask call
returned None, which was handled fine by QtWebKit (which simply used an
'if') but failed with QtWebEngine (which returned the value to Qt).

Fixes #2123.
2016-11-16 22:13:57 +01:00
..
data Add missing rapid.html 2016-11-14 09:14:57 +01:00
features Handle cancelled SSL prompts correctly 2016-11-16 22:13:57 +01:00
fixtures Fix lint 2016-11-10 22:45:27 +01:00
conftest.py Reenable @qtwebengine_createWindow tests 2016-11-15 07:03:13 +01:00
test_dirbrowser.py Mark test_dirbrowser as qtwebengine_skip 2016-08-18 23:05:31 +02:00
test_hints_html.py tests: Add QUTE_BDD_WEBENGINE environment variable 2016-09-05 15:08:00 +02:00
test_insert_mode.py Try to stabilize test_insert_mode 2016-10-06 10:40:28 +02:00
test_invocations.py Remove support for an empty data/config/cachedir 2016-11-14 23:13:21 +01:00
test_mhtml_e2e.py tests: Mark test_mhtml_e2e as qtwebengine_todo 2016-08-18 23:32:26 +02:00