qutebrowser/tests/end2end/data/hints/html
Florian Bruhin 203a5dff74 Get rid of webelem.FILTERS
There's actually no good reason to filter javascript links as we might want to
click them (or copy their URL) just like any other link - this fixes #2404.

With that being gone, we don't need FILTERS at all anymore, as we can check for
existence of the href attribute in the CSS selector instead.
2017-05-12 09:41:12 +02:00
..
javascript.html Get rid of webelem.FILTERS 2017-05-12 09:41:12 +02:00
nested_block_style.html Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
nested_formatting_tags.html Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
nested_table_style.html Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
README.md Add a README for tests/end2end/data/hints/html 2016-06-04 23:08:59 +02:00
simple.html BDD: Use :click-element instead of hints 2016-08-18 16:25:58 +02:00
target_blank_js.html Add testcase for #2311 2017-02-17 21:32:40 +01:00
with_spaces.html Add a test about a href with spaces around 2016-06-09 08:36:18 +02:00
wrapped.html tests: Allow to mark files as qtwebengine_todo 2016-08-18 23:28:37 +02:00
zoom_precision.html Fix hints when zoomed with QtWebEngine 2016-09-21 20:09:31 +02:00

Tests in this directory are automatically picked up by test_hints in tests/end2end/test_hints_html.py.

They need to contain a special <!-- target: foo.html --> comment which specifies where the hint in it will point to, and will then test that.