qutebrowser/tests/end2end/data/hints/html
Florian Bruhin 7315c34957 Add support for hinting elements inside shadow DOMs
Supersedes and closes #7617
See #3569 (fixed partially)
2025-07-01 16:49:10 +02:00
..
README.md tests: Move invisible.html to hints/html 2021-12-01 17:21:31 +01:00
angular1.html Add more angular1 selectors 2018-01-07 11:58:02 +01:00
click_handler.html Add tests for invalid hint group & js click handler 2018-07-04 22:56:47 +02:00
invisible.html tests: Move invisible.html to hints/html 2021-12-01 17:21:31 +01: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
shadow_dom.html Add support for hinting elements inside shadow DOMs 2025-07-01 16:49:10 +02:00
simple.html BDD: Use :click-element instead of hints 2016-08-18 16:25:58 +02:00
tabindex-negative.html Add hint test for tabindex-negative 2021-12-01 21:35:39 +01: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: wait for flaky iframes to load via JS 2023-03-25 18:37:58 +13:00
wrapped_button.html tests: wait for flaky iframes to load via JS 2023-03-25 18:37:58 +13:00
zoom_precision.html Fix hints when zoomed with QtWebEngine 2016-09-21 20:09:31 +02:00

README.md

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.

With <!-- target: null -->, the page is expected to not generate any hints.