1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 19:37:35 +00:00
serenity/Tests/LibWeb/Text/input/hit_testing
Aliaksandr Kalenik 16f1962f10 LibWeb: Use clip rectangles assigned to paintables in hit-testing
This change makes hit-testing more consistent in the handling of hidden
overflow by reusing the same clip-rectangles.

Also, it fixes bugs where the box is visible for hit-testing even
though it is clipped by the hidden overflow of the containing block.
2024-01-30 11:22:22 +01:00
..
basic.html LibWeb: Add hit testing API in internals object 2023-08-09 17:26:44 +02:00
click-outside-of-box-with-hidden-overflow.html LibWeb: Use clip rectangles assigned to paintables in hit-testing 2024-01-30 11:22:22 +01:00
click-outside-of-box-with-lines-and-hidden-overflow.html LibWeb: Use clip rectangles assigned to paintables in hit-testing 2024-01-30 11:22:22 +01:00
float-with-inline-sibling-after.html LibWeb: Skip out-of-flow boxes when wrapping inlines in anonymous block 2023-12-11 13:19:12 +01:00
grid.html LibWeb: Treat grid item as it creates stacking context during painting 2023-08-22 11:33:24 +02:00
inline-stacking-context.html LibWeb: Allow inline nodes to establish a stacking context 2024-01-05 19:36:55 +01:00
nested-inline-paintables.html LibWeb: Test nested elements in InlinePaintable::hit_test() 2024-01-25 15:53:18 +01:00
overflow-scroll.html LibWeb: Account for scroll offset in hit-testing 2024-01-29 09:57:40 +01:00
text.html LibWeb: Add hit testing API in internals object 2023-08-09 17:26:44 +02:00