qutebrowser/tests/unit/browser
Florian Bruhin 0e9159e8e8 Revert "Fix Qt 5.11 issues with clicking invalid links"
This reverts commit 1956590df84a72c7f9a516e805d01529291fccf8.

Turns out the actual issue wasn't due to *invalid* links - it's with links
which have an unknown scheme.

There's still a change in behavior between Qt 5.10 and 5.11 though: Invalid
links are apparently not passed to acceptNavigationRequest (sometimes?) so we
don't show an error message. Instead, we just load about:blank. However,
Chromium does that too and we can't handle a real click easily, so let's just
ignore that one.

See #3661
2018-06-07 13:49:13 +02:00
..
webengine Add test for #3753 2018-05-03 18:02:20 +02:00
webkit Revert "Fix Qt 5.11 issues with clicking invalid links" 2018-06-07 13:49:13 +02:00
test_adblock.py Modify assert_url to treat localhost differently 2018-03-28 14:27:17 +01:00
test_hints.py Update copyright years 2018-02-05 12:19:50 +01:00
test_history.py Update copyright years 2018-02-05 12:19:50 +01:00
test_pdfjs.py tests: relax pdfjs tests 2016-10-06 16:18:21 +02:00
test_qutescheme.py Update copyright years 2018-02-05 12:19:50 +01:00
test_shared.py Update copyright years 2018-02-05 12:19:50 +01:00
test_signalfilter.py Refactor TabbedBrowser from inheritance to composition 2018-02-19 14:29:05 +01:00
urlmarks.py Remove unused import and TODO from urlmarks test. 2018-02-12 19:25:24 -05:00